a little bit more work done

This commit is contained in:
capitaomorte
2009-11-19 17:09:01 +00:00
parent 3108399930
commit 295972897f
26 changed files with 95 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
# key: tcb
# contributor: Translated from TextMate Snippet
# name: Table column boolean
## condition: "meta.rails.migration.create_table, meta.rails.migration.change_table"
# condition: (and (yas/rails-migration-p) (or (yas/rails-in-create-table-p) (yas/rails-in-change-table-p)))
# --
t.boolean :${1:title}
$0