Method: ActiveRecord::Store::HashAccessor.read
- Defined in:
- lib/active_record/store.rb
.read(object, attribute, key) ⇒ Object
224 225 226 227 |
# File 'lib/active_record/store.rb', line 224 def self.read(object, attribute, key) prepare(object, attribute) object.public_send(attribute)[key] end |