0
我實現了這個鏈接:的link_to,視圖,控制器
查看:
<li><%= link_to "Trainer-Sportler", :controller => "trainerones", :action => "trspmatch" %></li>
控制器:
def trspmatch
render :trspmatch
end
和一個視圖trspmatch.html.erb
Rails的說:
Unknown action
The action 'show' could not be found for TraineronesController
當我實現def show end並創建一個show.html.erb。 Rails打開show.html.erb而不是trspmatch.html.erb?
向我們展示你的routes.rb文件,以便我們可以幫助 – boulder 2013-02-21 21:17:03
我routes.rb中的重要組成部分: – ubuseral 2013-02-21 21:50:52
資源:trainerones做 GET 「trainerones /指數」 GET 「trainerones/trspmatch」 得到 「trainerones /進口」 結束 資源:sportlers做 GET 「sportlers /指數」 結束 資源:管理員做 GET 「管理員/指標」 結束 資源:人做 得到:check_valid上:成員 得到:save_formular上:成員 GET:make_paars上:成員 資源:沃茨 資源:trainingseinheits 資源:照片 資源:計劃 資源:tagebuches 結束 – ubuseral 2013-02-21 21:51:07