Files

ActionMailer::Base::DeprecatedUrlOptions

Public Instance Methods

default_url_options() click to toggle source
     # File lib/action_mailer/base.rb, line 751
751:       def default_url_options
752:         deprecated_url_options
753:       end
default_url_options=(val) click to toggle source
     # File lib/action_mailer/base.rb, line 755
755:       def default_url_options=(val)
756:         deprecated_url_options
757:       end
deprecated_url_options() click to toggle source
     # File lib/action_mailer/base.rb, line 759
759:       def deprecated_url_options
760:         raise "You can no longer call ActionMailer::Base.default_url_options "                "directly. You need to set config.action_mailer.default_url_options. "                "If you are using ActionMailer standalone, you need to include the "                "routing url_helpers directly."
761:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.