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'm now onto an object (license) that has_many of a certain object (progress_point). When I go to add multiple progress points to a license, it gives me mixed results.
The first time I ran it, it gave my progress points "position" (called sequence) values of 1, 2, and 3.
I'm now onto an object (license) that has_many of a certain object (progress_point). When I go to add multiple progress points to a license, it gives me mixed results.
The first time I ran it, it gave my progress points "position" (called sequence) values of 1, 2, and 3.
Second time, it ordered my items as 3, 2, 1.
The third time: 1, 3, 2.
Any ideas on why it would do this?
Also, this is how I'm doing the multiple add functionality if you're curious:
http://railscasts.com/episodes/197-nested-model-form-part-2
The text was updated successfully, but these errors were encountered: