aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/custom-routes.rb
diff options
context:
space:
mode:
authorutvk <utvk@users.noreply.github.com>2017-11-10 11:54:00 +0100
committerutvk <utvk@users.noreply.github.com>2017-11-10 11:54:00 +0100
commit73f4fde6655bb8c96d65614bee95557078e79ea8 (patch)
tree2ace1d200226effa93bb28ad8e5b0de6abe05516 /lib/config/custom-routes.rb
parent043445b4765e3ecf934959777f60c8ea45f9b1b6 (diff)
parent24e140ed1197776f109a2983fafc846d69f82a80 (diff)
Merge remote-tracking branch 'upstream/master' into origin/norway3origin/norway3norway3
Diffstat (limited to 'lib/config/custom-routes.rb')
-rw-r--r--lib/config/custom-routes.rb4
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