Skip to content

Instantly share code, notes, and snippets.

@nickpoorman
Created June 23, 2012 19:09
Show Gist options
  • Save nickpoorman/2979534 to your computer and use it in GitHub Desktop.
Save nickpoorman/2979534 to your computer and use it in GitHub Desktop.
Awesome Print with Mongoid in Rails
User.all.each { |p| ap p.attributes}
gem 'awesome_print', :require => 'ap'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment