Displaying 1 result from an estimated 1 matches for "playersroster".
Did you mean:
players_rosters
2011 May 19
1
update_attributes updates data from second instance of nested form but not the first
...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_rosters` WHERE `players_rosters`.`id` IN (65, 66, 67, 68) AND
(`players_rosters`.roster_id = 17)
CACHE (0.0ms) SELECT `matchups`.* FROM `fantasy_matchups` WHERE
`fantasy_matchups`.`id` = 9 LIMIT 1
* SQL (0.7ms) SELECT COUNT(*) FROM `roster...