config/sublime/Packages/Rails/form_for-file_field.sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
283 B
XML

<snippet>
<content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}f.file_field :${1:attribute}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content>
<tabTrigger>f.</tabTrigger>
<scope>text.html.ruby, text.haml</scope>
<description>f.file_field (ffff)</description>
</snippet>