/ruby-mode/Ruby on Rails/Migration/migration.cht
http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 2934fa550bce6b3d8d20ed274614a066 MD5 · raw file
- #name : change_table
- #key : cht
- #group : rails.migration
- #condition : (rails/migration?)
- # --
- change_table :${1:`(or (rails/cur-res-title) "table")`} do |t|
- $0
- end