method

write_store_attribute

write_store_attribute(store_attribute, key, value)
private

No documentation available.

# File activerecord/lib/active_record/store.rb, line 132
      def write_store_attribute(store_attribute, key, value) # :doc:
        accessor = store_accessor_for(store_attribute)
        accessor.write(self, store_attribute, key, value)
      end