# File lib/action_mailer/base.rb, line 776 def default_url_options deprecated_url_options end
# File lib/action_mailer/base.rb, line 780 def default_url_options=(val) deprecated_url_options end
# File lib/action_mailer/base.rb, line 784 def deprecated_url_options 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
Generated with the Darkfish Rdoc Generator 2.