Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
We have problems on dreamhost, and it *might* be because of the views...
Browse files Browse the repository at this point in the history
  • Loading branch information
h-lame committed Mar 8, 2009
1 parent 6b15844 commit a29a55f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
require 'rubygems'
require 'sinatra'

root_dir = File.dirname(__FILE__)

disable :run
set :app_file, 'one_stop_shop.rb'
set :views, File.join(root_dir, 'views')
set :app_file, File.join(root_dir, 'one_stop_shop.rb')
set :environment, :production

require 'one_stop_shop.rb'
Expand Down

0 comments on commit a29a55f

Please sign in to comment.