Next
TIL, 2017-09-26, Pretty Rails console
- [Reference](https://stackoverflow.com/questions/1224525/how-to-get-nice-formatting-in-the-rails-console) `y ProductColor.all` to get YAML output. - You can also do the `Object.last.attributes.to_yaml`. - `j ProductColor.all.inspect` to output...