mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Rackup file should require environment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user