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.
Ruby ob Rails アプリケーションで、複数のコントローラー間でビューを共有できません。助けてください。
他のビューをレンダリングしようとしているビューでこれを使用できます
abc - The name of the folder in which the other view exists (views/abc/view_name.html.erb) xyz - The name of the view
<%= render :template "abc/xyz" %>