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
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?
The text was updated successfully, but these errors were encountered:
I've experiencing problems while using Postamt and Grape together. For some reason,
ActiveRecord::Relation.prepend Postamt::Relation
results in a recursive call todelete_all
method when destroying an object. I replaced the line withActiveRecord::Relation.include Postamt::Relation
and it seems to work fine. Can you please help me?The text was updated successfully, but these errors were encountered: