diff options
-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' |