method

read

read(object, attribute, key)
public

No documentation available.

# File activerecord/lib/active_record/store.rb, line 240
        def self.read(object, attribute, key)
          store_object = prepare(object, attribute)
          store_object[key]
        end