Skip to content

Instantly share code, notes, and snippets.

@ngw
Created January 24, 2011 14:10
Show Gist options
  • Save ngw/793261 to your computer and use it in GitHub Desktop.
Save ngw/793261 to your computer and use it in GitHub Desktop.
@user.update_attributes :email => params[ :user ][ :email ], :name => params[ :user ][ :name ]
## ERROR
Access to the collection for Answer is not allowed since it is an embedded document, please access a collection from the root document.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment