So when I call save on a new backbone model, save is sending a request to the base url defined in the model.
what I want is for save to issue a request to url/create.
the model isNew() returns true and all.
So when I call save on a new backbone model, save is sending a request to the base url defined in the model.
what I want is for save to issue a request to url/create.
the model isNew() returns true and all.