Displaying 1 result from an estimated 1 matches for "time_unit_id".
Did you mean:
time_unit_ids
2010 Jun 24
0
Nested Model Forms
I''m trying to get a multi level nested form model working but have hit a
problem. In one of my models, I have a habtm association and it''s throwing
an error on a nested form and these are check boxes with a method of
''time_unit_ids[]''.
The nested forms work without the habtm (time_unit_ids[]) so things are
pretty much set up okay.
Here''s the set up (obviously well and truly stripped back). Hopefully
someone can see something I''m missing.
CIA -ants
Models:
event_category:
has_many :event_type...