Initial commit.
This commit is contained in:
4
vim/snippets/eruby-rails/ffe.snippet
Executable file
4
vim/snippets/eruby-rails/ffe.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
<%= form_for @${2:model} do |f| %>
|
||||
<%= f.error_messages %>
|
||||
${3}
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user