Created
March 7, 2012 22:29
-
-
Save jraczak/1996735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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