A user has joined a challenge. Now he has to create a team with people who joins the team and all of them automatically get that challenge.
So currently I am on the challenges page and I need to tell the user to create a team. How do I make sure the team that is created with respective to the challenge gets that challenge and is propogated to all the team members?
I am having tough time designing the urls and the link_tos.
I am on the challenge show page and this is the link_to I have come up.
<%= link_to "Invite friends by creating a team.", "/challenges/#{@challenge.id}/teams/new" %>