Created
August 24, 2012 01:09
-
-
Save tatsuro-ueda/3444307 to your computer and use it in GitHub Desktop.
Sinatra 1.3.3を動かす時のConfig.ruの書き方
This file contains 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
require './app' | |
# run Sinatra::Application | |
# include would include the module in Object | |
# extend only extends the `main` object | |
extend Sinatra::Delegator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment