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