mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
18 lines
604 B
Plaintext
18 lines
604 B
Plaintext
<?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>t.references :${1:taggable}${2:, :polymorphic => ${3:{ :default => '${4:Photo}' \}}}
|
|
$0</string>
|
|
<key>name</key>
|
|
<string>Table column(s) references</string>
|
|
<key>scope</key>
|
|
<string>meta.rails.migration.create_table, meta.rails.migration.change_table</string>
|
|
<key>tabTrigger</key>
|
|
<string>tcr</string>
|
|
<key>uuid</key>
|
|
<string>EDA6568B-D533-11DC-BD8E-00112475D960</string>
|
|
</dict>
|
|
</plist>
|