Flowdock
method

read

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: HashAccessor
read(object, attribute, key) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/store.rb, line 142
        def self.read(object, attribute, key)
          prepare(object, attribute)
          object.public_send(attribute)[key]
        end
Register or log in to add new notes.