Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created March 12, 2009 03:08
Show Gist options
  • Save TheNicholasNick/77888 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/77888 to your computer and use it in GitHub Desktop.
class Content < Application
# GET /content
def index
render
end
end
~ Cannot load app/controllers/content.rb because of syntax error: app/controllers/content.rb:8: syntax error, unexpected kEND, expecting $end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment