What I'm trying to do is described here in great detail:
Server-side method call on RESTful path
I have an Ember Data RESTAdapter working with my API, but now I want to give Ember.js the ability to run various server-side actions using custom routes like /docs/1/share or /docs/1/activate . The former could have changed the record, but the latter would not.
What is the best way to do this?
TIA!
source share