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