I've to modals teams and players, and as usual team has many players.
In teams' show page, I'm showing the players and so on. (I've followed railscasts.com/episodes/196-nested-model-form-part-1 tutorial.)
My problem is, when I click on the player's name in team show page, I would like to show team's edit form but with only clicked player's data in it. In current case, I have huge form which has all players' information.
That would be great if you can help me.
Thanks.