method

read_store_attribute

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