Flowdock
method

clear_attribute_change

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActiveModel::Dirty
clear_attribute_change(attr_name) private

No documentation

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

Hide source
# File activemodel/lib/active_model/dirty.rb, line 236
      def clear_attribute_change(attr_name)
        mutations_from_database.forget_change(attr_name.to_s)
      end
Register or log in to add new notes.