From 4880d376edcdf9baec767e7a78c3bf8374e1f4fc Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Fri, 13 Jul 2012 12:23:08 +0100 Subject: Correct path for custom routes --- lib/alavetelitheme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alavetelitheme.rb b/lib/alavetelitheme.rb index 8758563..889bd05 100644 --- a/lib/alavetelitheme.rb +++ b/lib/alavetelitheme.rb @@ -29,4 +29,4 @@ for patch in ['controller_patches.rb', require File.expand_path "../#{patch}", __FILE__ end -$alaveteli_route_extensions << 'config/custom-routes.rb' +$alaveteli_route_extensions << 'custom-routes.rb' -- cgit v1.2.3