Flowdock
method

write_store_attribute

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: Store
write_store_attribute(store_attribute, key, value) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/store.rb, line 125
      def write_store_attribute(store_attribute, key, value)
        accessor = store_accessor_for(store_attribute)
        accessor.write(self, store_attribute, key, value)
      end
Register or log in to add new notes.