RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: perkins2099
Site: www.aap.bz
Anyone else have problem with the pluralization?
This is in my store.js.coffee
Raffler.Store = DS.Store.extend revision: 4 adapter: DS.RESTAdapter.create() DS.RESTAdapter.configure("plurals", entry: "entries")
But it is still looking for /entrys. Any thoughts?
Anyone else have problem with the pluralization?
This is in my store.js.coffee
But it is still looking for /entrys. Any thoughts?