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