Closed jmuheim closed 7 years ago
Hello
I understand that I can move an existing resource using insert_at. But is there a way to specify the position of a resource right when creating it? Instead of adding it to the bottom, then moving it manually somewhere else?
insert_at
Thank you.
Yep just pass the :position attribute (or whatever you called it) :)
:position
Thank you!
Hello
I understand that I can move an existing resource using
insert_at
. But is there a way to specify the position of a resource right when creating it? Instead of adding it to the bottom, then moving it manually somewhere else?Thank you.