Created
February 11, 2021 08:35
-
-
Save jamesridgway/92c5e3b6348bc0d7be9038e5681d5f65 to your computer and use it in GitHub Desktop.
Mongoid drop all collections - use with caution
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mongoid.default_client.collections.each(&:drop) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment