class Object
Public Instance Methods
<(%= action %> <%= class_name %><%= Rails.version.to_f >= 5.0 ? "Mailer" : "" %>.<%= action %> end <% end -%>)
click to toggle source
# File lib/generators/rspec/mailer/templates/preview.rb, line 7 def <%= action %> <%= class_name %><%= Rails.version.to_f >= 5.0 ? "Mailer" : "" %>.<%= action %> end <% end -%> end