instance method
<
Ruby on Rails 4.2.11.3
Since v4.1.16 Last seen in v5.1.7Signature
<(%= action %> <%= class_name %>.<%= action %> end <% end -%>)
No documentation comment.
Parameters
-
%= action %> <%= class_name %>.<%= action %> end <% end -%>req
Source
# File railties/lib/rails/generators/test_unit/mailer/templates/preview.rb, line 7
def <%= action %>
<%= class_name %>.<%= action %>
end
<% end -%>
end
Defined in railties/lib/rails/generators/test_unit/mailer/templates/preview.rb line 7
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object