public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Search Repo:
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
refined validates_acceptance_of


git-svn-id: 
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle
@9949 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
drnic (author)
Wed Jun 18 17:24:32 -0700 2008
commit  c20005e2fe51ae0196a7dbec2680e32761a46b46
tree    2e87c5e39d52f769d6abfcd963a6c692eb0fec5f
parent  0e21f30a2a35c951f07a18dcae88a37866b5e2cc
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
 <plist version="1.0">
0
 <dict>
0
   <key>content</key>
0
- <string>validates_acceptance_of :${1:terms}${2:, :accept =&gt; "${3:1}"}${4:, :message =&gt; "${5:You must accept the terms of service}"}, :if =&gt; proc { |obj| ${6:obj.condition?} }}</string>
0
+ <string>validates_acceptance_of :${1:terms}${2:${3:, :accept =&gt; "${4:1}"}${5:, :message =&gt; "${6:You must accept the terms of service}"}}, :if =&gt; proc { |obj| ${7:obj.condition?} }}</string>
0
   <key>name</key>
0
   <string>validates_acceptance_of if</string>
0
   <key>scope</key>
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
 <plist version="1.0">
0
 <dict>
0
   <key>content</key>
0
- <string>validates_acceptance_of :${1:terms}${2:, :accept =&gt; "${3:1}"}${4:, :message =&gt; "${5:You must accept the terms of service}"}</string>
0
+ <string>validates_acceptance_of :${1:terms}${2:${3:, :accept =&gt; "${4:1}"}${5:, :message =&gt; "${6:You must accept the terms of service}"}}</string>
0
   <key>name</key>
0
   <string>validates_acceptance_of</string>
0
   <key>scope</key>
...
775
776
777
778
779
780
781
 
 
782
783
784
...
775
776
777
 
 
778
779
780
781
782
783
784
0
@@ -775,10 +775,10 @@
0
     <string>F396B7BD-8255-48B1-904A-06E7D7CC2741</string>
0
     <string>3E3AF538-171B-4108-AB92-827AD7E24C77</string>
0
     <string>9D58B6C9-BA52-48B3-B639-D5CB894AF810</string>
0
- <string>47944705-F605-4ED4-B4C0-9E823EE25138</string>
0
- <string>85E9264C-5414-4FA0-AC07-F305A798ED46</string>
0
     <string>89198999-7E6D-4D97-A20E-45263E1CA993</string>
0
     <string>A2477223-AD5A-4723-8052-943CE9BA634D</string>
0
+ <string>47944705-F605-4ED4-B4C0-9E823EE25138</string>
0
+ <string>85E9264C-5414-4FA0-AC07-F305A798ED46</string>
0
     <string>B5893618-D07C-48F1-8867-736D0AAFF0E7</string>
0
     <string>1354726C-DA64-4CA6-A099-26626A865D8D</string>
0
     <string>4CC98A56-B60B-4A89-80E0-400C5314A050</string>

Comments

    No one has commented yet.