method
read_store_attribute
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::Store
read_store_attribute(store_attribute, key)protected
No documentation available.
# File activerecord/lib/active_record/store.rb, line 125
def read_store_attribute(store_attribute, key)
accessor = store_accessor_for(store_attribute)
accessor.read(self, store_attribute, key)
end