diff options
Diffstat (limited to 'lib/config/custom-routes.rb')
-rw-r--r-- | lib/config/custom-routes.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/config/custom-routes.rb b/lib/config/custom-routes.rb index 5aeb7c2..6d4cda4 100644 --- a/lib/config/custom-routes.rb +++ b/lib/config/custom-routes.rb @@ -1,8 +1,8 @@ # 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' + # brand new controller example + # match '/mycontroller' => 'general#mycontroller' + # Additional help page example + # match '/help/help_out' => 'help#help_out' end |