Sha256: 1e971bc1477f6b8f2a7fc2579bbf65d1bf27088c39d1042564d00fdb7bd22647
Contents?: true
Size: 637 Bytes
Versions: 2
Compression:
Stored size: 637 Bytes
Contents
# encoding: UTF-8 module Wice COLUMN_PROCESSOR_INDEX = { :action => 'action_view_column', # Special processor for action column, columns with checkboxes :text => 'view_column_string', :string => 'view_column_string', :timestamp => 'view_column_datetime', :datetime => 'view_column_datetime', :date => 'view_column_date', :integer => 'view_column_integer', :float => 'view_column_float', :decimal => 'view_column_float', :custom => 'view_column_custom_dropdown', # Special processor for custom filter columns :boolean => 'view_column_boolean' } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wice_grid-3.2.0.pre2 | lib/view_columns/column_processor_index.rb |
wice_grid-3.2.0.pre1 | lib/view_columns/column_processor_index.rb |