/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

  1. #name : has_one :through
  2. #key : hot
  3. #group : rails.model
  4. #condition : (rails/model?)
  5. # --
  6. has_one :${1:model}, :through => :${2:through}