mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
17 lines
567 B
Plaintext
17 lines
567 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>validates_numericality_of :${1:attribute}${2:, :on => :${3:create}, :message => "${4:is not a number}"}</string>
|
|
<key>name</key>
|
|
<string>validates_numericality_of</string>
|
|
<key>scope</key>
|
|
<string>source.ruby.rails</string>
|
|
<key>tabTrigger</key>
|
|
<string>vn</string>
|
|
<key>uuid</key>
|
|
<string>B21BA16D-7C04-4912-8488-425CDCC332A8</string>
|
|
</dict>
|
|
</plist>
|