class ActiveRecord::Store::StringKeyedHashAccessor

def self.read(object, attribute, key)

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