aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/custom-routes.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-17 13:51:00 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-17 13:51:00 +0100
commitf970cf5e7c2c68e51e886e77278e328d4d353e46 (patch)
treefb30c811888b34e415d465110b941734c12ee72d /lib/config/custom-routes.rb
parent65f8d78152b4840871f941909f0693be426b2dc5 (diff)
Remove demo customizations
Diffstat (limited to 'lib/config/custom-routes.rb')
-rw-r--r--lib/config/custom-routes.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config/custom-routes.rb b/lib/config/custom-routes.rb
index 5aeb7c2..41feae8 100644
--- a/lib/config/custom-routes.rb
+++ b/lib/config/custom-routes.rb
@@ -1,8 +1,4 @@
# 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'
end