ActiveRecord::RecordNotFound in EventsController#show

Couldn't find Event with 'id'=1506

Extracted source (around line #79):
77
78
79
80
81
82
              
# Use callbacks to share common setup or constraints between actions.
def set_event
@event = Event.find(params[:id])
end
# Never trust parameters from the scary internet, only allow the white list through.

Rails.root: /home/mkeller/freizeitfreunde

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"1506"}

Response

Headers:

None