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 !
Correcting placeholder numbers. Reported by Charles Roper and Lawrence 
Pit.


git-svn-id: 
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle
@9088 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
msheets (author)
Mon Mar 10 14:38:10 -0700 2008
commit  2c5dfdceb9d0235d2251fd9fc979bdc7005b3d58
tree    0183e12ced27772e89b84807bab91210f81da1ca
parent  d3e015bea67d4ce527bacbbe1a8acec3abce41dc
...
1
2
 
3
4
5
6
 
7
8
9
...
1
 
2
3
4
5
 
6
7
8
9
0
@@ -1,9 +1,9 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
   <key>content</key>
0
- <string>${TM_RAILS_TEMPLATE_START_RUBY_EXPR}link_to ${1:"${2:link text...}"}, ${2:${10:model}s_path}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}</string>
0
+ <string>${TM_RAILS_TEMPLATE_START_RUBY_EXPR}link_to ${1:"${2:link text...}"}, ${3:${4:model}s_path}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}</string>
0
   <key>name</key>
0
   <string>link_to (path plural)</string>
0
   <key>scope</key>

Comments

    No one has commented yet.