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

6 lines
291 B
XML

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