module ActiveModel::Dirty
def attribute_changed?(attr_name, **options)
def attribute_changed?(attr_name, **options) mutations_from_database.changed?(attr_name.to_s, **options) end
def attribute_changed?(attr_name, **options) mutations_from_database.changed?(attr_name.to_s, **options) end