Skip to content

ActionView::Template::Error: undefined method `title' for nil:NilClass #1179

@sentry

Description

@sentry

Sentry Issue: HACKWEEK-2V

NoMethodError: undefined method `title' for nil:NilClass
  app/views/updates/_show.html.haml:9:
    = link_to "#{update.project.title}", project_path(update.project)
  app/views/updates/_activity.html.haml:12:
    = render :partial => "updates/show", :locals => { :update => update }
  app/views/updates/_activity.html.haml:10:
    - @updates.each do |update|
  app/views/users/show.html.haml:46:
    = render partial: 'updates/activity'
...
(167 additional frame(s) were not displayed)

ActionView::Template::Error: undefined method `title' for nil:NilClass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions