Skip to content
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

ActiveRecord::Relation.prepend Postamt::Relation results in recursion #8

Open
kushkella opened this issue Oct 19, 2015 · 0 comments
Open

Comments

@kushkella
Copy link

I've experiencing problems while using Postamt and Grape together. For some reason, ActiveRecord::Relation.prepend Postamt::Relation results in a recursive call to delete_all method when destroying an object. I replaced the line with ActiveRecord::Relation.include Postamt::Relation and it seems to work fine. Can you please help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant