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
I have a similar problem with yours. The first you need to use accepts_nested_attributes_for :images.
You can also consider this solution: has_many :images, autosave: true,accepts_nested_attributes_for :images, and belongs_to.
I'm getting an odd error when trying to create multiple sized images during upload
The code is basically the advanced option in the readme:
Any ideas what I may be doing wrong? Thanks.
The text was updated successfully, but these errors were encountered: