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
When the user clicks to vote on one option, the memory used by pairwise-api increases.
This bug is solved deactivating the "acts_as_versioned" in this two models: Choice, Question .
Many objects created by this plugin are not cleaned from memory.