class ActionMailer::Base

def respond_to_missing?(method, include_all = false)

def respond_to_missing?(method, include_all = false)
  action_methods.include?(method.to_s) || super
end