My projects
Public projects
Help
Documentation
Keyboard shortcuts ...
Github
Follow us on Twitter
Privacy Policy ...
Terms and Conditions ...
Sign in
Fabs
escola
Translations
Dashboard
Translations
Users
Downloads
View on Github
Sign in with Github to edit
document_not_found
mongoid
errors
messages
document_not_found
All
All
Incomplete
Complete
All locales
pt-BR - Portuguese (Brazil)
1 - 3 of 3
mongoid
errors
messages
document_not_found
message
pt-BR
Não foi possível encontrar %{klass} com id(s) %{missing}.
Update
Cancel
mongoid
errors
messages
document_not_found
resolution
pt-BR
Search for an id that is in the database or set the Mongoid.raise_not_found_error configuration option to false, which will cause a nil to be returned instead of raising this error when searching for a single id, or only the matched documents when searching for multiples.
Update
Cancel
mongoid
errors
messages
document_not_found
summary
pt-BR
When calling %{klass}.find with an id or array of ids, each parameter must match a document in the database or this error will be raised. The search was for the id(s): %{searched} (%{total} total) and the following ids were not found: %{missing}.
Update
Cancel