Mongoid::Errors::DocumentNotFound in GalleriesController#theater

message: Document(s) not found for class AlbumImage with id(s) 5d2eda2102dcf073c20002b4. summary: When calling AlbumImage.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): 5d2eda2102dcf073c20002b4 ... (1 total) and the following ids were not found: 5d2eda2102dcf073c20002b4. resolution: 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.

Rails.root: /home/rulingcom/orbit_sites/sime_con

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"5d2eda2102dcf073c20002b4"}

Response

Headers:

None