Skip to content

Instantly share code, notes, and snippets.

@mfifth
Last active April 5, 2016 22:07
Show Gist options
  • Save mfifth/52ecdc82e08c2dc86075ab1d2cc77c38 to your computer and use it in GitHub Desktop.
Save mfifth/52ecdc82e08c2dc86075ab1d2cc77c38 to your computer and use it in GitHub Desktop.
Showing /home/ubuntu/workspace/app/views/tickets/show.html.erb where line #21 raised:
undefined method `email' for nil:NilClass
Extracted source (around line #21):
19
20
21
22
23
24
<tr>
<th>Author:</th>
<td><%= @ticket.author.email %></td>
</tr>
<tr>
<th>Created:</th>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment