class ActionMailer::Parameterized::Mailer

def respond_to_missing?(method, include_all = false)

def respond_to_missing?(method, include_all = false)
  @mailer.respond_to?(method, include_all)
end