composite-primary-keys / composite_primary_keys

Composite Primary Keys support for Active Record
1.03k stars 350 forks source link

Follow the method name change in ActiveRecord 7.0.2 #570

Closed y0t4 closed 2 years ago

y0t4 commented 2 years ago

Fixed undefined_method error since record_changed? has been renamed to _record_changed? in ActiveRecord 7.0.2

follow this change: https://github.com/rails/rails/pull/44191

cfis commented 2 years ago

Thanks!