Created
March 12, 2009 03:08
-
-
Save TheNicholasNick/77888 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
class Content < Application | |
# GET /content | |
def index | |
render | |
end | |
end |
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
~ 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