Flowdock
method

perform

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: DeliveryJob
perform(mailer, mail_method, delivery_method, params, *args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/parameterized.rb, line 147
      def perform(mailer, mail_method, delivery_method, params, *args)
        mailer.constantize.with(params).public_send(mail_method, *args).send(delivery_method)
      end
Register or log in to add new notes.