RailsCasts Pro episodes are now free!

Learn more or hide this

Adam Perkins's Profile

GitHub User: perkins2099

Site: www.aap.bz

Comments by Adam Perkins

Avatar

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?