Flowdock
method

new

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: MessageDelivery
new(mailer_class, action, 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 123
      def initialize(mailer_class, action, params, *args)
        super(mailer_class, action, *args)
        @params = params
      end
Register or log in to add new notes.