5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
<%= form_for @${2:model} do |f| %>
|
||
|
<%= f.error_messages %>
|
||
|
${3}
|
||
|
<% end %>
|