method
read
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Store::StringKeyedHashAccessor
read(object, attribute, key)public
No documentation available.
# File activerecord/lib/active_record/store.rb, line 267
def self.read(object, attribute, key)
super object, attribute, Symbol === key ? key.name : key.to_s
end