You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a block with an Image model attached, and want to be able to unset the image with a check , just like carrierwave allows.
Maybe it would be nice to have a remove_field method that allows to set to nil any field. E.g: My block has a image field. Invoking block.remove_image sets the field to nil.
The text was updated successfully, but these errors were encountered:
We have a block with an Image model attached, and want to be able to unset the image with a check , just like carrierwave allows.
Maybe it would be nice to have a remove_field method that allows to set to nil any field. E.g: My block has a
image
field. Invokingblock.remove_image
sets the field to nil.The text was updated successfully, but these errors were encountered: