method
read_store_attribute
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::Store
read_store_attribute(store_attribute, key)private
No documentation available.
# File activerecord/lib/active_record/store.rb, line 209
def read_store_attribute(store_attribute, key) # :doc:
accessor = store_accessor_for(store_attribute)
accessor.read(self, store_attribute, key)
end