You can pass as many arguments as you want: <%= link_to "game " + g.game_number.to_s, :action => "gametemplate", :id => 1, :season => 'winter', :year => 2007%> These will be accessible from the controller as params[:id], params[:year] etc...
Fred
You can pass as many arguments as you want: <%= link_to "game " + g.game_number.to_s, :action => "gametemplate", :id => 1, :season => 'winter', :year => 2007%> These will be accessible from the controller as params[:id], params[:year] etc...
Fred