write(object, attribute, key, value)
public

No documentation available.

# File activerecord/lib/active_record/store.rb, line 159
        def self.write(object, attribute, key, value)
          super object, attribute, key.to_s, value
        end