aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-07-13 12:23:08 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-07-13 12:23:08 +0100
commit4880d376edcdf9baec767e7a78c3bf8374e1f4fc (patch)
treed8270d2dab8c5975a1e285a4e2ab4762b95e6478
parent1a3b83f7ade685c4ccdd9d350758789612d838a1 (diff)
Correct path for custom routes
-rw-r--r--lib/alavetelitheme.rb2
1 files changed, 1 insertions, 1 deletions
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'