# -*- mode: snippet -*- # key: t. # contributor: Translated from TextMate Snippet # name: t.references (tcr) # condition: (and (yas/rails-migration-p) (yas/rails-in-create-table-p)) # -- t.references :${1:taggable}${2:, :polymorphic => ${3:{ :default => '${4:Photo}' \}}} t.$0