Method: Wice::GridRenderer#each_column_with_attribute
- Defined in:
- lib/wice/grid_renderer.rb
#each_column_with_attribute ⇒ Object
:nodoc:
85 86 87 |
# File 'lib/wice/grid_renderer.rb', line 85 def each_column_with_attribute #:nodoc: @columns.select(&:attribute).each{|col| yield col} end |