1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

form => form_for

This commit is contained in:
Vijay Dev 2011-06-15 18:56:22 +05:30
parent 0a67b745be
commit 77c8cd7516

View file

@ -290,7 +290,7 @@ module ActionView
#
# Example:
#
# <%= form(@post) do |f| %>
# <%= form_for(@post) do |f| %>
# <% f.fields_for(:comments, :include_id => false) do |cf| %>
# ...
# <% end %>