Skip to content

Instantly share code, notes, and snippets.

@ivar
Created November 3, 2011 22:27
Show Gist options
  • Save ivar/1338103 to your computer and use it in GitHub Desktop.
Save ivar/1338103 to your computer and use it in GitHub Desktop.
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
use OmniAuth::Builder do
Rails.logger.debug "In config.ru - initializating OmniAuth::Builder".colour(:red)
provider :developer
end
run SecretProject::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment