/ruby-mode/Ruby on Rails/Model/model.hmt
http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 2252524f97aab509b6b900b332f5b40b MD5 · raw file
- #name : has_many :through
- #key : hmt
- #group : rails.model
- #condition : (rails/model?)
- # --
- has_many :${1:model}, :through => :${2:through}