Created
December 4, 2013 15:43
-
-
Save spacegauch0/7789766 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # This looks pretty uggly | |
| JSON.pretty_generate(JSON.parse(Model.first.to_json(options))) | |
| # but doing this, the pretty_generate method ignores the `options` argument. | |
| JSON.pretty_generate(Model.first.attributes, options) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment