You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a case where a child association is created using standard rails accepts_nested_attributes. I tried making a test case, but couldn't get it running (don't understand where the table structure comes from).
I have a case where a child association is created using standard rails
accepts_nested_attributes
. I tried making a test case, but couldn't get it running (don't understand where the table structure comes from).The second create triggers a
PG::UniqueViolation
:How can I have it use a serial or a GUID for the second Apple Inc instead of blowing up? Thanks
Rails 4.0.1 and 4.0.2
friendly_id 5.0.1 and 5.0.2
The text was updated successfully, but these errors were encountered: