instance method
preview_path
Ruby on Rails 7.1.6
Since v7.1.6 Last seen in v7.1.6Signature
preview_path()
No documentation comment.
Source
# File actionmailer/lib/action_mailer/preview.rb, line 45
def preview_path
ActionMailer.deprecator.warn(<<-MSG.squish)
Using preview_path option is deprecated and will be removed in Rails 7.2.
Please use preview_paths instead.
MSG
self.preview_paths.first
end
Defined in actionmailer/lib/action_mailer/preview.rb line 45
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailer::Previews::ClassMethods