aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config/custom-routes.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2016-04-04 15:05:20 +0100
committerLouise Crow <louise.crow@gmail.com>2016-04-06 15:42:54 +0100
commit8ccab37ebc69e0e729b0b1748378006a811f4071 (patch)
tree7a7d5656dad4930e213c9bf740a5ee4f6c5f0c4f /lib/config/custom-routes.rb
parenta16a4c35b006ce7de18e8c0cf781c136ebcf9019 (diff)
Convert to two-space indentation.
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 589154a..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