Created
February 13, 2011 15:52
-
-
Save wjessop/824791 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 Group#find | |
Showing /Users/will/Dropbox/www/finder/app/views/layouts/application.html.erb where line #37 raised: | |
undefined method `html_safe' for nil:NilClass | |
Extracted source (around line #37): | |
34: </script> | |
35: | |
36: <div id="wrapper"> | |
37: <%= yield %> | |
38: </div> | |
39: | |
40: <div id="footer"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment