Skip to content

Instantly share code, notes, and snippets.

@kylemclaren
Forked from mtkd/gist:3393155
Created March 31, 2016 22:26
Show Gist options
  • Save kylemclaren/1be98cb24427e16d252b6069d9bfc40f to your computer and use it in GitHub Desktop.
Save kylemclaren/1be98cb24427e16d252b6069d9bfc40f to your computer and use it in GitHub Desktop.
Pretty print a mongoid document
JSON.pretty_generate(JSON.parse(obj.to_json))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment