我在从表上发现一栏名字后,想显示一栏。
在我的测试.rb中,我界定了“联系人:姓名”;
在名录/控制器/测验/控制器/测验/控制器/控制器/控制器/控制器/控制器/控制器程序索引中,
def index
###[Ignore some code]
@mytesttbl=@user.find_by_id
### I am able to verify the tuples in @mytesttbl
end
In the view/mytest/index. rhtml
<div id="mytesttable"> <%= render(:partial =>"mytesttbl", :object => @mytesttbl)%> </div>
In the /view/mytest/_mytesttbl.html.erb. 我有这样的守则。
<tr>
<td><%=mytestbl.name %></td>
<tr>
当我持上述法典时,我就错过了——mytesttbl.html.erb。
undefined method name for #<Array:0xb6c971cc>
请提供帮助。 感谢