mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Typo.
This commit is contained in:
committed by
Xavier Noria
parent
09d8c26a2f
commit
e63fd899c7
@@ -219,9 +219,9 @@ module ActionView
|
||||
# <% end %>
|
||||
#
|
||||
# If you have an object that needs to be represented as a different
|
||||
# parameter, like a Client that acts as a Person:
|
||||
# parameter, like a Person that acts as a Client:
|
||||
#
|
||||
# <%= form_for(@post, :as => :client) do |f| %>
|
||||
# <%= form_for(@person, :as => :client) do |f| %>
|
||||
# ...
|
||||
# <% end %>
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user