Skip to content

Instantly share code, notes, and snippets.

@gmacdougall
Created May 12, 2014 15:46
Show Gist options
  • Save gmacdougall/6ed28fb7864fa69bfc56 to your computer and use it in GitHub Desktop.
Save gmacdougall/6ed28fb7864fa69bfc56 to your computer and use it in GitHub Desktop.
Providing ApplicationHelper in mailer
# 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