config/sublime/Packages/Rails/has_many-(through).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
295 B
XML

<snippet>
<content><![CDATA[has_many :${1:objects}, :through => :${2:join_association}${3:, :source => :${4:${2}_table_foreign_key_to_${1}_table}}]]></content>
<tabTrigger>hmt</tabTrigger>
<scope>source.ruby.rails</scope>
<description>has_many (through)</description>
</snippet>