spine / spine

Lightweight MVC library for building JavaScript applications

Home Page:http://spine.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ajax url for POST request is created from record instead of model

TomWolk opened this issue · comments

in ajax.js line 246 the url is created through the call Ajax.getCollectionURL(this.record) but it should be created through Ajax.getCollectionURL(this.model)