Flowdock
method

delivery_job_class

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: MessageDelivery
delivery_job_class() private

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 154
        def delivery_job_class
          if @mailer_class.delivery_job <= MailDeliveryJob
            @mailer_class.delivery_job
          else
            Parameterized::DeliveryJob
          end
        end
Register or log in to add new notes.