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

6 lines
287 B
XML

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