Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created February 13, 2011 15:52
Show Gist options
  • Save wjessop/824791 to your computer and use it in GitHub Desktop.
Save wjessop/824791 to your computer and use it in GitHub Desktop.
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