config/sublime/Packages/Rails/t_lock_version-(tcl).sublime-snippet
2012-08-01 21:04:05 -07:00

7 lines
288 B
XML

<snippet>
<content><![CDATA[t.integer :lock_version, :null => false, :default => 0
t.$0]]></content>
<tabTrigger>t.</tabTrigger>
<scope>meta.rails.migration.create_table, meta.rails.migration.change_table</scope>
<description>t.lock_version (tcl)</description>
</snippet>