Flowdock
default(value = nil) 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/base.rb, line 370
      def default(value = nil)
        self.default_params = default_params.merge(value).freeze if value
        default_params
      end
Register or log in to add new notes.