Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本的に、コントローラー B に属するビューに表示したいコントローラー A にテーブルがある場合、どうすればよいでしょうか。
テーブルを含む場所にパーシャルがある場合、パーシャルは次のようapp/views/controllera/_partial.html.erbにビューからレンダリングできますapp/views/controllerb/some_action.html.erb
app/views/controllera/_partial.html.erb
app/views/controllerb/some_action.html.erb
<%= render partial: "controllera/partial", locals: { ... } %>