diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-07-13 12:23:08 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-07-13 12:23:08 +0100 |
commit | 4880d376edcdf9baec767e7a78c3bf8374e1f4fc (patch) | |
tree | d8270d2dab8c5975a1e285a4e2ab4762b95e6478 /lib/alavetelitheme.rb | |
parent | 1a3b83f7ade685c4ccdd9d350758789612d838a1 (diff) |
Correct path for custom routes
Diffstat (limited to 'lib/alavetelitheme.rb')
-rw-r--r-- | lib/alavetelitheme.rb | 2 |
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' |