As says Ember's ideology: "Every application state should be shown in url". And I don't have an idea how to represent state in url for group actions on models?
As example I have edit action for song, url for this is:
http://myapplication.com/song/123/edit
But I need to have functionality for group edit. How it should represent in url? May be something like this?
http://myapplication.com/song/123,124,125,126/edit
Thanks a lot for any suggestion