如何設置路徑? 我收到以下錯誤,當我運行我的Rails應用程序: No route matches {:action=>"show", :controller=>"practice"}, missing required keys: [:id]
這是我index.erb.html文件 <h3>Please fill the following details</h3>
<hr>
<%= f
我正在創建一個referral模型,該模型能夠鏈接2個客戶端,一個是被引用的,一個是引用的。我已經有client模式,但我想知道,以建立正確的方式referral模型,這樣我可以查詢: Client.find(x).referrals
# returns all referrals where referrer has the client's id
Client.find(x).refer