NoMethodError in Builder::EventsController#show

undefined method `title' for nil:NilClass

Extracted source (around line #21):
19
20
21
22
23
24
              
@layout = @page_data['layout']
@event = @page.event_modules.find_by_slug(params[:event_path])
@title = @event.title
end
protected

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"eventMonth"=>"10",
 "eventDay"=>"15",
 "eventYear"=>"2016",
 "path"=>"ccu-methodist",
 "event_path"=>"craft-fai"}

Response

Headers:

None