From 86bdbc3a62ac125f6928d27bf743fec6c0cca81d Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Tue, 18 Oct 2005 14:08:54 +0000 Subject: Remove trailing '/' from RAILS_ROOT git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2678 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/boot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/environments/boot.rb') diff --git a/railties/environments/boot.rb b/railties/environments/boot.rb index 9e35fb6c15..9715482cfc 100644 --- a/railties/environments/boot.rb +++ b/railties/environments/boot.rb @@ -1,7 +1,7 @@ unless defined?(RAILS_ROOT) require 'pathname' root_path = Pathname.new(File.join(File.dirname(__FILE__), '..')) - RAILS_ROOT = root_path.cleanpath.to_s + '/' + RAILS_ROOT = root_path.cleanpath.to_s end if File.directory?("#{RAILS_ROOT}/vendor/rails") -- cgit v1.2.3