Module: ActionMailer::Base::DeprecatedUrlOptions
- Included in:
- ActionMailer::Base
- Defined in:
- actionmailer/lib/action_mailer/base.rb
Instance Method Summary (collapse)
- - (Object) default_url_options
- - (Object) default_url_options=(val)
- - (Object) deprecated_url_options
Instance Method Details
- (Object) default_url_options
751 752 753 |
# File 'actionmailer/lib/action_mailer/base.rb', line 751 def end |
- (Object) default_url_options=(val)
755 756 757 |
# File 'actionmailer/lib/action_mailer/base.rb', line 755 def (val) end |
- (Object) deprecated_url_options
759 760 761 762 763 764 |
# File 'actionmailer/lib/action_mailer/base.rb', line 759 def 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." end |