Created
August 29, 2018 15:02
-
-
Save apisandipas/f6db7537dc53182db2e72469a7e5d8ac to your computer and use it in GitHub Desktop.
Rails JSON pretty print
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
| <pre> | |
| <%= JSON.pretty_generate(@subject) %> | |
| <%= JSON.pretty_generate(@notification.attributes[:action_attributes][:message]) %> | |
| </pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment