Rackup file should require environment

This commit is contained in:
Joshua Peek 2009-10-16 18:46:34 -05:00
parent 3971d972c3
commit 92bfc693f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Require your environment file to bootstrap Rails
require ::File.expand_path('../config/application', __FILE__)
require ::File.expand_path('../config/environment', __FILE__)
# Dispatch the request
run Rails.application.new