-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in function create using scaffold with mongodb #619
Comments
Hi,
|
thanks,
|
It's mongo specific, as they use _id as id name. On 17 April 2014 18:21, Victor Carvalho [email protected] wrote:
|
i'm trying to create a scaffold application with mongodb, like this:
then i create a new person at localhost:3000/people/new
when i save the person i get the following error:
in my database the person was saved, but with "id" null:
I'm using mongodb 2.6.0, ubuntu 13.04 and jugglingdb 0.2.13
The text was updated successfully, but these errors were encountered: