Using collection_select within attribute_fu nested model
1 view
Skip to first unread message
MaoTseTung
unread,
Jan 27, 2009, 9:34:18 PM1/27/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to attribute_fu
Is it possible to use a collection_select within a nested model on a
form? The field names end up being wrong. Instead of:
project[task_attributes][1][name]
You get:
task[name]
Has anyone used collection_select within attribute_fu successfully or
is there an easy workaround for this?