aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/shared.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments/shared.rb')
-rw-r--r--railties/environments/shared.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/environments/shared.rb b/railties/environments/shared.rb
index 2e4e4ade13..f983c74786 100644
--- a/railties/environments/shared.rb
+++ b/railties/environments/shared.rb
@@ -64,8 +64,8 @@ end
ActionController::Routing::Routes.reload
Controllers = Dependencies::LoadingModule.root(
- File.expand_path(File.join(RAILS_ROOT, 'app', 'controllers')),
- File.expand_path(File.join(RAILS_ROOT, 'components'))
+ File.join(RAILS_ROOT, 'app', 'controllers'),
+ File.join(RAILS_ROOT, 'components')
)
# Include your app's configuration here: