method
any_changes?
v8.0.0 -
Show latest stable
- Class:
ActiveModel::AttributeMutationTracker
any_changes?()public
No documentation available.
# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 40
def any_changes?
attr_names.any? { |attr| changed?(attr) }
end