Method: Ardm::ActiveRecord::Serialization#serialized_attributes
- Defined in:
- lib/ardm/active_record/serialization.rb
#serialized_attributes ⇒ Object
DEPRECATED: Use ActiveRecord::AttributeMethods::Serialization::ClassMethods#serialized_attributes class level method instead.
56 57 58 59 60 |
# File 'lib/ardm/active_record/serialization.rb', line 56 def serialized_attributes = "Instance level serialized_attributes method is deprecated, please use class level method." ActiveSupport::Deprecation.warn defined?(@serialized_attributes) ? @serialized_attributes : self.class.serialized_attributes end |