I am following the guide of integrating Spine.js
with Rails 3
.
I created a model Activity
and follow the spine.js guide to try it out. When I tried to create an activity I got this error:
POST http://localhost:3000/activitys 404 (Not Found)
Clearly it's not pluralize the model name for the route, is it fixable from spine.js side?