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
Whenever using accepts_nested_attributes_for and within its hash params, when the Carrierwave field comes as first the attribute, the cropping doesn't work. It only works when it is the last.
For example, this works (picture params (Carrierwave's) as last) :
Whenever using accepts_nested_attributes_for and within its hash params, when the Carrierwave field comes as first the attribute, the cropping doesn't work. It only works when it is the last.
For example, this works (picture params (Carrierwave's) as last) :
And this doesn't work (picture params as first):
I haven't tried for regular params, only for the accepts_nested_attributes_for.
The text was updated successfully, but these errors were encountered: