Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created March 7, 2012 22:29
Show Gist options
  • Save jraczak/1996735 to your computer and use it in GitHub Desktop.
Save jraczak/1996735 to your computer and use it in GitHub Desktop.
NoMethodError in Users#show
Showing /Volumes/UserData/Users/jraczak/Desktop/nexus/app/views/users/show.html.erb where line #5 raised:
undefined method `email' for nil:NilClass
Extracted source (around line #5):
2:
3: <p>
4: <b>Email:</b>
5: <%= @user.email %>
6: </p>
7:
8: <p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment