視圖紅寶石查詢我有此在控制器如何在軌道上
@ads = Ad.all(:加入=> 'LEFT JOIN states
ON ads.state_id = states.id')
但我有問題來查詢狀態表的字段。 有什麼想法?
<% @ads.each do |ad| %>
<tr>
<td><%= ad.title %></td> <- title is ad field.no problem
<td><%= ad.name %></td> <- name is states field.problem at here
</tr>
<% end %>
什麼錯誤,你與ad.name得到些什麼? – johnmcaliley 2010-11-16 03:56:26