Working on the rails snippets and conditions

This commit is contained in:
capitaomorte
2009-11-18 17:11:08 +00:00
parent 3d0262d67f
commit f7bf0f4f38
22 changed files with 95 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
# key: mcol
# contributor: Translated from TextMate Snippet
# name: Create Column in Table
## condition: "meta.rails.migration.create_table"
# condition: (yas/rails-intelligent-migration-snippet-condition-p)
# --
t.column ${1:title}, :${2:string}
$0