Skip to content

Instantly share code, notes, and snippets.

@shwoodard
Created April 26, 2009 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shwoodard/102129 to your computer and use it in GitHub Desktop.
Save shwoodard/102129 to your computer and use it in GitHub Desktop.
NameError in Services#index
Showing app/views/layouts/application.html.erb where line #13 raised:
`@gbl_mast-head' is not allowed as an instance variable name
Extracted source (around line #13):
10: <%= yield :stylesheets %>
11: </head>
12: <body>
13: <%= render :partial => 'partials/gbl_mast-head.html.erb' -%>
14: <div id="gbl_main-container-wpr">
15: <div id="gbl_main-container">
16: <div id="gbl_mast-head-shadow"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment