aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config
diff options
context:
space:
mode:
authorutvk <utvk@users.noreply.github.com>2016-05-11 22:44:14 +0200
committerutvk <utvk@users.noreply.github.com>2016-05-11 22:44:14 +0200
commit9e8ef918110f966bdf88b421842c56786efb4a6c (patch)
tree37459de5d1c38d7a1fc17cd16615e4e0bbaab35d /lib/config
parentd72388b7a7cac8a84050ecb77caf98d4260a206b (diff)
parentd3a5a2c54b2222e570c23ef57d4957891730aa92 (diff)
Merge branch 'master' into norway2
Diffstat (limited to 'lib/config')
-rw-r--r--lib/config/custom-routes.rb8
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