class method
self.supports_path?
Ruby on Rails 5.0.7.2
Since v4.2.11.3Signature
self.supports_path?()
Emails do not support relative path links.
Source
# File actionmailer/lib/action_mailer/base.rb, line 872
def self.supports_path?
false
end
Defined in actionmailer/lib/action_mailer/base.rb line 872
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailer::Base