method
store
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Store::ClassMethods
store(store_attribute, options = {})public
No documentation available.
# File activerecord/lib/active_record/store.rb, line 31
def store(store_attribute, options = {})
serialize store_attribute, Hash
store_accessor(store_attribute, options[:accessors]) if options.has_key? :accessors
end