I want to get something like this to look nice:
>> ProductColor.all => [#
Hi you can also try this in your script/console if
>> y ProductColor.all
not working for you.
Try this:
>> require 'yaml' >> YAML::ENGINE.yamler = 'syck'
then