Created
February 20, 2011 19:15
-
-
Save kyleburton/836222 to your computer and use it in GitHub Desktop.
Twilio In 10 Minutes Heroku App Configuration
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
WEBSITE_SUBDIR = 'twilio-app' | |
require "#{WEBSITE_SUBDIR}/config/environment" | |
use Rails::Rack::LogTailer | |
use Rails::Rack::Static | |
run ActionController::Dispatcher.new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment