I implemented this link:
View:
<li><%= link_to "Trainer-Sportler", :controller => "trainerones", :action => "trspmatch" %></li>
controller:
def trspmatch
render :trspmatch
end
and one view trspmatch.html.erb
Rails says:
Unknown action
The action 'show' could not be found for TraineronesController
When i implemented def show end and create a show.html.erb. Rails opens the show.html.erb not the trspmatch.html.erb?