Hi all,
I'm working on a project where we will be uploading a few pieces of art to rails admin and then having the curator go in and be able to drag and drop the art to the order he'd like.
I've seen the post about orderable lists for things with associations. But my project has no associations just a model that has a title, author, and image. Is there a way to create a sortable list with out
the association attribute? Any tutorials would be helpful as well.
Thank you!