method

any_changes?

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