Remove empty column in mct snippet

This commit is contained in:
Iuri Fernandes 2013-04-28 15:50:34 -03:00
parent 3391280570
commit 76f2ff8337

View File

@ -894,7 +894,7 @@ snippet mnc
t.${1:string} :${2:title}${3:, null: false}${4} t.${1:string} :${2:title}${3:, null: false}${4}
snippet mct snippet mct
create_table :${1:table_name} do |t| create_table :${1:table_name} do |t|
t.column :${2:name}, :${3:type} ${2}
end end
snippet migration snippet migration
class ${1:class_name} < ActiveRecord::Migration class ${1:class_name} < ActiveRecord::Migration