We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: