Created
May 12, 2014 15:46
-
-
Save gmacdougall/6ed28fb7864fa69bfc56 to your computer and use it in GitHub Desktop.
Providing ApplicationHelper in mailer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# app/mailers/order_mailer_decorator.rb | |
Spree::OrderMailer.class_eval do | |
helper :application | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment