From f970cf5e7c2c68e51e886e77278e328d4d353e46 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 17 Sep 2013 13:51:00 +0100 Subject: Remove demo customizations --- lib/config/custom-routes.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/config') 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 -- cgit v1.2.3