jsonapi-rb / jsonapi-rails

Rails gem for fast jsonapi-compliant APIs.
http://jsonapi-rb.org
MIT License
318 stars 62 forks source link

Fix rails 6.1 deprecation warning on ActiveModel::Errors#keys (Backward compatible) #130

Closed cristianstu closed 2 years ago

cristianstu commented 3 years ago

Backward compatible with rails 5 where attribute_names does not exist.

This is similar to #126, but keeping the gem compatible with rails 5.

qbantek commented 2 years ago

Can you release this change as a new gem version?

remear commented 2 years ago

@qbantek v0.4.1 has been pushed.