8 lines
218 B
Plaintext

# -*- mode: snippet -*-
# key: t.
# contributor: Translated from TextMate Snippet
# name: t.float (tcf)
## condition: "meta.rails.migration.create_table, meta.rails.migration.change_table"
# --
t.float :${1:title}
t.$0