Method: ActiveRecord::Store::StringKeyedHashAccessor.read

Defined in:
activerecord/lib/active_record/store.rb

.read(object, attribute, key) ⇒ Object



244
245
246
# File 'activerecord/lib/active_record/store.rb', line 244

def self.read(object, attribute, key)
  super object, attribute, key.to_s
end