dotar/vim/snippets/ruby-rails/mtab.snippet

4 lines
43 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
create_table :${1:table} do |t|
${2}
end