method
respond_to_missing?
v8.0.0 -
Show latest stable
- Class:
ActionMailer::Base
respond_to_missing?(method, include_all = false)private
No documentation available.
# File actionmailer/lib/action_mailer/base.rb, line 636
def respond_to_missing?(method, include_all = false)
action_methods.include?(method.name) || super
end