dotar/vim/snippets/eruby-rails/fields.snippet

4 lines
63 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
<% fields_for :${1:model}, @$1 do |${2:f}| %>
${3}
<% end %>