Module: ActionInterceptor::ActionMailer
- Defined in:
- lib/action_interceptor/action_mailer.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/action_interceptor/action_mailer.rb', line 4 def self.included(base) base.helper_method :use_interceptor, :use_interceptor= end |