Files
atom/bundles/ruby-on-rails.tmbundle/Snippets/form_for.tmSnippet
2012-09-28 17:28:25 -06:00

19 lines
600 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>${TM_RAILS_TEMPLATE_START_RUBY_INLINE}form_for @${1:model} do |f|${TM_RAILS_TEMPLATE_END_RUBY_INLINE}
$0
${TM_RAILS_TEMPLATE_END_RUBY_BLOCK}</string>
<key>name</key>
<string>form_for</string>
<key>scope</key>
<string>text.html.ruby, text.haml</string>
<key>tabTrigger</key>
<string>ff</string>
<key>uuid</key>
<string>7D99041D-C3B7-4940-AE64-6B1758CDB47C</string>
</dict>
</plist>