Commit ee0b629938f8f18413619b1db65d2f60b25f80de
1 parent
137c1504
Exists in
master
and in
29 other branches
Fixing plugins mailer class
(ActionItem1970)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/shopping_cart/lib/shopping_cart_plugin/mailer.rb
1 | include ApplicationHelper | 1 | include ApplicationHelper |
2 | 2 | ||
3 | -class ShoppingCartPlugin::Mailer < ActionMailer::Base | 3 | +class ShoppingCartPlugin::Mailer < Noosfero::Plugin::MailerBase |
4 | 4 | ||
5 | prepend_view_path(ShoppingCartPlugin.root_path+'/views') | 5 | prepend_view_path(ShoppingCartPlugin.root_path+'/views') |
6 | 6 |