WiceGrid:缺少网格​​助手的块

时间:2015-11-14 16:08:56

标签: ruby-on-rails ruby wice-grid

我正在使用wice网格继续我的项目。在SO的帮助下解决了undefined method capable_of_hosting_filter_related_icons?错误。我没有得到WiceGrid: Missing block for the grid helper..我正在阅读api并添加了其他html,id和class属性。没运气。以下是我的观点:

-grid(@vendors_grid) do |g|                  
  g.column name: 'ID', attribute: 'ID'do |vendor|                    
  vendor                          

  [...]                                 

  link_to('Edit', vendor_index_path(vendor))

1 个答案:

答案 0 :(得分:0)

尝试g.column(name: 'ID', attribute: 'ID') do |vendor|