Add ruby snippet btp for polymorphic belongs_to

This commit is contained in:
Iuri Fernandes 2013-05-02 10:09:31 -03:00
parent c4d45b83f1
commit c89448fcad

View File

@ -589,6 +589,8 @@ snippet bf
before_filter :${1:method}
snippet bt
belongs_to :${1:association}
snippet btp
belongs_to :${1:association}, :polymorphic => true${2}
snippet crw
cattr_accessor :${1:attr_names}
snippet defcreate