yasnippet/extras/imported/rails-mode/Remove 3A Add Column.yasnippet
capitaomorte 3d0262d67f * textmate_import imports macros just like commands (no body)
* imported the Rails macros, no adjustments
* logic in rails-mode/.yas-setup.el supports the "intelligent" migration snippet
2009-11-17 17:34:55 +00:00

8 lines
292 B
Plaintext

# -*- mode: snippet -*-
# type: command
# key: [press tab twice to generate add_column]
# contributor: Translated from TextMate Snippet
# name: Remove / Add Column (Second Half)
## condition: "meta.rails.migration - meta.rails.migration.create_table - meta.rails.migration.change_table"
# --