I have two controllers Players and Teams
I want to render a partial view from a team view that belongs to the Players_controller. I have the problem that I can't reach the instance variables from the Players_controller.
Do I need to define these variables again in my Team_controller?