Flowdock
method

processed_mailer

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: MessageDelivery
processed_mailer() 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 140
        def processed_mailer
          @processed_mailer ||= @mailer_class.new.tap do |mailer|
            mailer.params = @params
            mailer.process @action, *@args
          end
        end
Register or log in to add new notes.