-
Notifications
You must be signed in to change notification settings - Fork 56
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
warning: Creating scope :readed. Overwriting existing method ActsAsMessageable::Message.readed. #64
Labels
Comments
@valinaga the same for version from |
I just updated from the gem to 0.4.10. Will let you know the results. |
@valinaga please re-open this issue in case on any problems. |
Hi, Same thing for acts-as-messageable-0.4.10 |
I'm aware this is a very old issue, but I'm getting a similar warning in Rails 6:
What is the issue here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After adding acts_as_messageable i'm constantly getting multiple warnings like this:
Creating scope :readed. Overwriting existing method ActsAsMessageable::Message.readed.
for every invocation of an User instance.
Do you have any idea?
Thanks
The text was updated successfully, but these errors were encountered: