From 4bd2c48f7f1f75d71b3eaed73e3893a2b42b0fee Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Mon, 4 Apr 2016 14:59:27 +0100 Subject: Make code customization commented out examples. Rather than having them be live code. --- lib/config/custom-routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/config/custom-routes.rb') diff --git a/lib/config/custom-routes.rb b/lib/config/custom-routes.rb index 5aeb7c2..589154a 100644 --- a/lib/config/custom-routes.rb +++ b/lib/config/custom-routes.rb @@ -2,7 +2,7 @@ Rails.application.routes.draw do # brand new controller example - match '/mycontroller' => 'general#mycontroller' + # match '/mycontroller' => 'general#mycontroller' # Additional help page example - match '/help/help_out' => 'help#help_out' + # match '/help/help_out' => 'help#help_out' end -- cgit v1.2.3