method
respond_to_missing?
v7.1.3.4 -
Show latest stable
- Class:
ActionMailer::Parameterized::Mailer
respond_to_missing?(method, include_all = false)private
No documentation available.
# File actionmailer/lib/action_mailer/parameterized.rb, line 126
def respond_to_missing?(method, include_all = false)
@mailer.respond_to?(method, include_all)
end