Attachments sorting / has_many_attached
Bar2d2 opened this issue · 1 comments
Bar2d2 commented
Hi, acts_as_list is great! But lately I was wondering is it possible to use it to sort ActiveStorage Attachments?
In my model I have:
has_many_attached :photos
acts_as_list scope: [:photos]
but still getting error NoMethodError - undefined method `insert_at'.
Thank's in advance for any help.