diff options
Diffstat (limited to 'lib/config/custom-routes.rb')
-rw-r--r-- | lib/config/custom-routes.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config/custom-routes.rb b/lib/config/custom-routes.rb index 5aeb7c2..589154a 100644 --- a/lib/config/custom-routes.rb +++ b/lib/config/custom-routes.rb @@ -2,7 +2,7 @@ Rails.application.routes.draw do # brand new controller example - match '/mycontroller' => 'general#mycontroller' + # match '/mycontroller' => 'general#mycontroller' # Additional help page example - match '/help/help_out' => 'help#help_out' + # match '/help/help_out' => 'help#help_out' end |