instance method
<
Ruby on Rails 4.1.16
Since v4.1.16 Last seen in v4.2.9Available in: v4.1.16 v4.2.9
Signature
<(%= 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