From 123c14219b2dec518b9627e26bcbbe208bb73acb Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Fri, 13 Jul 2012 11:31:56 +0100 Subject: Remember actually to include mailer patches; and use the latest way of adding custom routes --- lib/alavetelitheme.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/alavetelitheme.rb') diff --git a/lib/alavetelitheme.rb b/lib/alavetelitheme.rb index e8cc960..8758563 100644 --- a/lib/alavetelitheme.rb +++ b/lib/alavetelitheme.rb @@ -22,9 +22,11 @@ end end # Monkey patch app code -for patch in ['controller_patches.rb', - 'model_patches.rb', - 'config/custom-routes.rb', +for patch in ['controller_patches.rb', + 'model_patches.rb', + 'patch_mailer_paths.rb', 'gettext_setup.rb'] require File.expand_path "../#{patch}", __FILE__ end + +$alaveteli_route_extensions << 'config/custom-routes.rb' -- cgit v1.2.3