# File lib/action_mailer/base.rb, line 751
751: def default_url_options
752: deprecated_url_options
753: end
# File lib/action_mailer/base.rb, line 755
755: def default_url_options=(val)
756: deprecated_url_options
757: end
# 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.
Generated with the Darkfish Rdoc Generator 1.1.6.