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 tried using destroy instead, tried running the code inside a block passed to post.versionless, to no avail. This definitely looks like a bug. Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I've a Rails model set up with Mongoid::Versioning.
I want to delete a specific older version. For eg.
I want to delete
first_version
, but when I try to delete it....all versions get deleted.
I've tried using
destroy
instead, tried running the code inside a block passed topost.versionless
, to no avail. This definitely looks like a bug. Am I doing something wrong?The text was updated successfully, but these errors were encountered: