You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My company has a fork of this project that uses ActiveModel::Validations to inform of validation failures, rather than raising exceptions. The goal of our fork is to allow the existing behavior while also providing the alternate behavior by adding require: 'jwt/activemodel' to the line in the Gemfile.
Is there any interest in our contributing these changes back to this project?
The text was updated successfully, but these errors were encountered:
My company has a fork of this project that uses
ActiveModel::Validations
to inform of validation failures, rather than raising exceptions. The goal of our fork is to allow the existing behavior while also providing the alternate behavior by addingrequire: 'jwt/activemodel'
to the line in theGemfile
.Is there any interest in our contributing these changes back to this project?
The text was updated successfully, but these errors were encountered: