diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-14 11:28:50 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-12-14 11:28:50 +0000 |
commit | 05dd15e00d289dbe558dfda6dfbf8b24d74e678a (patch) | |
tree | bae42727829448da6e796ee90a36a9bc21874386 /lib/config/custom-routes.rb | |
parent | b26b78c093b751b27ed77138c3c34f365dc9f649 (diff) | |
parent | 041b416fd4bbd7286252f24135f5a2bc19e36395 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'lib/config/custom-routes.rb')
-rw-r--r-- | lib/config/custom-routes.rb | 8 |
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 |