awesome-print/awesome_print

CarrierWave makes a mess

brentgreeff opened this issue · 0 comments

This is not isolated to CarrierWave, but

I am loading a user: User.first

the photo field:
photo: #<ProfilePictureUploader:0x00007fc9ca7e0978 @model=#<User id: 1, email:

It links back to user, which dumps the user info again.

Is there a way to blacklist fields or some way to clean this up.

I have very little interest in the details of the photo field except to know if its not nil