Displaying 1 result from an estimated 1 matches for "fantasy_matchup".
Did you mean:
fantasy_matchups
2011 May 19
1
update_attributes updates data from second instance of nested form but not the first
...t
its name updated while the second does.
User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2
LIMIT 1
UserProfile Load (0.4ms) SELECT `user_profiles`.* FROM `user_profiles`
WHERE (`user_profiles`.user_id = 2) LIMIT 1
FantasyMatchup Load (0.3ms) SELECT `matchups`.* FROM `fantasy_matchups`
WHERE `fantasy_matchups`.`id` = 9 LIMIT 1
SQL (0.1ms) BEGIN
Roster Load (0.3ms) SELECT `rosters`.* FROM `rosters` WHERE
`rosters`.`id` IN (17, 18) AND (`rosters`.matchup_id = 9)
*# This does not update but should*
* PlayersRoster Load (0.3ms) SELECT `players_rosters`.* FROM
`players_roste...