Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Heroku constant namespace is being a whore
Browse files Browse the repository at this point in the history
  • Loading branch information
benschwarz committed Dec 15, 2010
1 parent d0cbfdc commit 70c0b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'rubygems'
require 'bundler'
Bundler.setup

require File.dirname(__FILE__) + '/app'
require ::File.dirname(__FILE__) + '/app'

use Rack::ETag
run Sinatra::Application

0 comments on commit 70c0b5d

Please sign in to comment.