Hello,

I've encountered some annoying problem with accepts_nested_attributes_for
Model is: http://pastie.org/584213
Request is: http://pastie.org/584216
Controller is: http://pastie.org/584222
Record before request = Record after request: http://pastie.org/584225

Within the request, asemployees_attributes is a hash containing two key/value 
pairs:

key 0 - An employee already associated with this relation
key 1250268515769 : An employee added using javascript while updating the 
event

For some reason 1250268515769 is not associated with the object -
no "INSERT INTO asemployees_events (..) VALUES (...)" happens on SQL-side.

What might be wrong here?

Thanks in advance
Keep smiling
yanosz



--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to