method
new
v5.2.3 -
Show latest stable
- Class:
ActiveModel::AttributeMutationTracker
new(attributes)public
No documentation available.
# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 9
def initialize(attributes)
@attributes = attributes
@forced_changes = Set.new
end