mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use full path to environment
This commit is contained in:
parent
4e60eebae0
commit
39de112e7b
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
require 'environment'
|
||||
require "#{RAILS_ROOT}/config/environment"
|
||||
require 'rails/info'
|
||||
puts Rails::Info
|
||||
|
|
Loading…
Reference in a new issue