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.
如何在视图中呈现视图 (name.haml.html) 文件。可以在 Rails 的视图中渲染视图...
尝试这个:-
<%= render :template => 'your view' -%>