method

read

read(object, attribute, key)
public

No documentation available.

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