search for: agency_owner_attribut

Displaying 1 result from an estimated 1 matches for "agency_owner_attribut".

2009 Jun 20
0
[Rails 2.3] nested_attributes and validation of nested model
...rl => {:action => "add_owner" }, :html => { :method => :post } do |u| %> <li><label>Name: </label><%= u.text_field :name %></li> <li><label>Surname: </label><%= u.text_field :surname %></li> <% u.fields_for :agency_owner_attributes do |ao| %> <li><label>Agency name: </label><%= ao.text_field :name %></li> <li><label>Address: </label><%= ao.text_field :address %></li> <% end %> <% end %> Both models: User and AgencyOwner: class User < ActiveRe...