-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
Naming conflict #83
Comments
Can you elaborate ? |
At the moment, |
Make sense. I'm refactoring the gem to stop patching Base by default. With the multiple database support we need to add it to the abstract record or the model that need it locking. |
@semaperepelitsa , i opened a PR to fix this. |
The private method included in ActiveRecord has a very generic name and can easily conflict. Is it possible to give it a more specific name?
The text was updated successfully, but these errors were encountered: