aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/custom-routes.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2016-04-26 11:39:52 +0100
committerLouise Crow <louise.crow@gmail.com>2016-04-26 11:39:52 +0100
commitc7ea96ca87e6a4293247c47b7e4991477de56967 (patch)
tree7eb1ddca092342f245b1a877764085ad04603b89 /lib/config/custom-routes.rb
parentc596594a6907ea478a3f62a6adfa8688d60412a2 (diff)
parent62b5ac9fab138f17bfe8cfa7654af75ca341f55b (diff)
Merge branch 'remove-examples'
Diffstat (limited to 'lib/config/custom-routes.rb')
-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