The attached file show the error I''m getting.
I have a time time in my migration and a time_select:
<%= f.fields_for :company_layout do |company_layout_form| %>
<p>
<%= company_layout_form.label ''HorĂ¡rio de abertura''
%>
<%= time_select(''company[company_layout_attributes]'',
:opening_hours,
:ignore_date => true, :minute_step => 15, :prompt => true) %>
</p>
BTW, this is a nested form.
If I go to the edit url for company_layout it works and I get no error, but
If I''m creating it the MultiparameterAssignmentErrors occurs.
Any ideas?
Thank you,
Rodrigo
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.