Method: ContentsCore::ItemArray#data
- Defined in:
- app/models/contents_core/item_array.rb
#data ⇒ Object
after_initialize do
config[:data_type] ||= :integer # TODO: this overrides the config !
end
10 11 12 |
# File 'app/models/contents_core/item_array.rb', line 10 def data is_multiple? ? self.data_text : converted_data end |