diff options
author | Louise Crow <louise.crow@gmail.com> | 2017-10-23 16:02:20 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2017-10-23 16:02:20 +0100 |
commit | 24e140ed1197776f109a2983fafc846d69f82a80 (patch) | |
tree | f7464c5cbb45e84aaddf6ae0eed6541b1a6f808f /lib/config/custom-routes.rb | |
parent | 0dee8c3bd06dd8779500667018185fab6dcee04e (diff) | |
parent | 2bfe3de491ae721d5d57ddec3c0051108ce39c8f (diff) |
Merge branch 'develop'
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 98fccf7..efbf95e 100644 --- a/lib/config/custom-routes.rb +++ b/lib/config/custom-routes.rb @@ -3,7 +3,7 @@ Rails.application.routes.draw do # brand new controller example - # match '/mycontroller' => 'general#mycontroller' + # get '/mycontroller' => 'general#mycontroller' # Additional help page example - # match '/help/help_out' => 'help#help_out' + # get '/help/help_out' => 'help#help_out' end |