mirror of https://github.com/rails/rails
Use the correct environment.rb path
This commit is contained in:
parent
23ad1eff0d
commit
2faf94a7af
|
@ -1,5 +1,5 @@
|
|||
begin
|
||||
require File.expand_path('../vendor/environment', __FILE__)
|
||||
require File.expand_path('../.bundle/environment', __FILE__)
|
||||
rescue LoadError
|
||||
begin
|
||||
require 'rubygems'
|
||||
|
@ -18,4 +18,4 @@ rescue LoadError
|
|||
$:.unshift File.expand_path("../#{framework}/lib", __FILE__)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue