public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Search Repo:
small touches to the form_for docs revision
fxn (author)
Sat May 17 03:44:48 -0700 2008
commit  82a1b93c6a5f0ee866a270f66c8b051175c9793b
tree    c5ae820d9f12acf5fecd0c06d7b82b3ee3c881e6
parent  e535c037e3bb8e78d873b9330900dce37071d735
...
137
138
139
140
141
 
 
142
143
144
...
185
186
187
188
 
189
190
191
...
137
138
139
 
 
140
141
142
143
144
...
185
186
187
 
188
189
190
191
0
@@ -137,8 +137,8 @@
0
       # In any of its variants, the rightmost argument to +form_for+ is an
0
       # optional hash of options:
0
       #
0
- # * <tt>:url</tt> - The URL the form is submit to. It takes the same fields
0
- # you pass to`+url_for+ or +link_to+. In particular you may pass here a
0
+ # * <tt>:url</tt> - The URL the form is submitted to. It takes the same fields
0
+ # you pass to +url_for+ or +link_to+. In particular you may pass here a
0
       # named route directly as well. Defaults to the current action.
0
       # * <tt>:html</tt> - Optional HTML attributes for the form tag.
0
       #
0
@@ -185,7 +185,7 @@
0
       # ...
0
       # <% end %>
0
       #
0
- # expands to be the same as
0
+ # expands to
0
       #
0
       # <% form_for :post, Post.new, :url => posts_path, :html => { :class => "new_post", :id => "new_post" } do |f| %>
0
       # ...

Comments

    No one has commented yet.