Module: Wice::WiceGridExtentionToActiveRecordColumn
- Defined in:
- lib/wice/active_record_column_wrapper.rb
Overview
to be mixed in into ActiveRecord::ConnectionAdapters::Column
Instance Attribute Summary collapse
-
#model ⇒ Object
reference to the ActiveRecord model class.
Instance Attribute Details
#model ⇒ Object
reference to the ActiveRecord model class
5 6 7 |
# File 'lib/wice/active_record_column_wrapper.rb', line 5 def model @model end |