我學習Haml的。渲染部分與當地人在Haml的?
我的看法文件是這樣的:
show.html.haml:
.content
= render 'meeting_info', :locals => { :info => @info }
和_meeting_info.html.haml:
.detail
%table
%caption
Meeting Informations of
= info["meeting_name"]
...
當我試圖運行此我得到了一個undefined local variable or method 'info'
錯誤。
謝謝..只要現在我意識到我有:本地人,但不是:部分 – ssri 2011-03-10 05:45:05