aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/mailer/templates/view.html.erb
blob: 8bb7c2b76853fd569e165bbdda884db7a34f4efd (plain) (blame)
1
2
3
4
5
<h1><%= class_name %>#<%= @action %></h1>

<p>
  <%%= @greeting %>, find me in app/views/<%= @path %>
</p>