模板页和详细页中如何处理标题 title? 定义在 layout/application.html.erb 中?应该如何处理?
试试 content_for
content_for
http://guides.rubyonrails.org/layouts_and_rendering.html#using-the-content_for-method
toturial 上是这样的 application.html.erb
然后具体页 <%provide(:title,"your title")%>
谢谢大家的建议我用 content_for 实现了,http://www.appfp.com