Method: FlexColumns::Contents::ColumnData#touch!

Defined in:
lib/flex_columns/contents/column_data.rb

#touch!Object

Does nothing, other than making sure the JSON has been deserialized. This therefore has the effect both of ensuring that the stored data (if any) is valid, and also will remove any unknown keys (on save) if :unknown_fields was set to :delete.



141
142
143
# File 'lib/flex_columns/contents/column_data.rb', line 141

def touch!
  deserialize_if_necessary!
end