【发布时间】:2015-11-14 16:08:56
【问题描述】:
我正在使用 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))
【问题讨论】:
标签: ruby-on-rails ruby wice-grid