Closed y0t4 closed 2 years ago
Fixed undefined_method error since record_changed? has been renamed to _record_changed? in ActiveRecord 7.0.2
record_changed?
_record_changed?
follow this change: https://github.com/rails/rails/pull/44191
Thanks!
Fixed undefined_method error since
record_changed?
has been renamed to_record_changed?
in ActiveRecord 7.0.2follow this change: https://github.com/rails/rails/pull/44191