We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StoreCreditReason & NamedType both have the scope active with the same definition. This logs a warning:
active
Creating scope :active. Overwriting existing method Spree::StoreCreditReason.active.
The text was updated successfully, but these errors were encountered:
Remove the duplicated active scope
5207d23
It's already defined in `Spree::NamedType`. Fixes solidusio#3628.
Good find! Thanks @halilim
Sorry, something went wrong.
333d1e6
Successfully merging a pull request may close this issue.
StoreCreditReason & NamedType both have the scope
active
with the same definition. This logs a warning:The text was updated successfully, but these errors were encountered: