diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:51:00 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:51:00 +0100 |
commit | f970cf5e7c2c68e51e886e77278e328d4d353e46 (patch) | |
tree | fb30c811888b34e415d465110b941734c12ee72d /lib/config/custom-routes.rb | |
parent | 65f8d78152b4840871f941909f0693be426b2dc5 (diff) |
Remove demo customizations
Diffstat (limited to 'lib/config/custom-routes.rb')
-rw-r--r-- | lib/config/custom-routes.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config/custom-routes.rb b/lib/config/custom-routes.rb index 5aeb7c2..41feae8 100644 --- a/lib/config/custom-routes.rb +++ b/lib/config/custom-routes.rb @@ -1,8 +1,4 @@ # Here you can override or add to the pages in the core website Rails.application.routes.draw do - # brand new controller example - match '/mycontroller' => 'general#mycontroller' - # Additional help page example - match '/help/help_out' => 'help#help_out' end |