drnic / ruby-shoulda-tmbundle

TextMate bundle for Ruby Shoulda gem/Rails plugin

This URL has Read+Write access

ruby-shoulda-tmbundle / Snippets / association.tmSnippet
100644 18 lines (17 sloc) 0.522 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>f.association :${1:name}${2:, :factory =&gt; :${3:factory_name}}
f.$0</string>
<key>name</key>
<string>association</string>
<key>scope</key>
<string>source.ruby.rails.shoulda</string>
<key>tabTrigger</key>
<string>f.a</string>
<key>uuid</key>
<string>71757FAE-3E48-4347-A1FD-D3FBBF3F717B</string>
</dict>
</plist>