search for: company_layout_form

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

2011 Jul 14
0
MultiparameterAssignmentErrors
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...