ga-wdi-exercises / project2

[project]
1 stars 30 forks source link

Editing for player #875

Closed AmlakBarkon closed 7 years ago

AmlakBarkon commented 7 years ago

having truble editing a player. when you click on a player show, for some reason the url number changes. this is the lick https://github.com/amlakgirma/Premier-league

AndyWhitley commented 7 years ago

In app/views/players/show.html.erb, change the order of the inputs to edit_team_player_path:

<%= link_to "Edit", edit_team_player_path(@team, @player) %>
AndyWhitley commented 7 years ago

Let me know if this fixes it for you

AmlakBarkon commented 7 years ago

thank you