search for: playersrost

Displaying 1 result from an estimated 1 matches for "playersrost".

Did you mean: playersroster
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 `rost...