diff options
author | Louise Crow <louise.crow@gmail.com> | 2017-09-27 16:22:32 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2017-09-27 16:22:32 +0100 |
commit | 2bfe3de491ae721d5d57ddec3c0051108ce39c8f (patch) | |
tree | f7464c5cbb45e84aaddf6ae0eed6541b1a6f808f /lib/config/custom-routes.rb | |
parent | 30f48c5d6c9b2f800e21eebb5a1dd56ff5241446 (diff) | |
parent | b927df66e39d66d38586467e3084579f0fbebc9f (diff) |
Merge branch 'release/0.30.0.0' into 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 |