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