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: t.
# contributor: Translated from TextMate Snippet
# name: t.rename (tre)
# condition: (and (yas/rails-migration-p) (yas/rails-in-create-table))
# condition: (and (yas/rails-migration-p) (or (yas/rails-in-create-table) (yas/rails-in-change-table-p)))
# --
t.rename(:${1:old_column_name}, :${2:new_column_name})
t.$0