method

read_store_attribute

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