Skip to content

Commit f506ba3

Browse files
committed
Fix RuboCop offense Style/RedundantConstantBase (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21989 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 0b39cc1 commit f506ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is used by Rack-based servers to start the application.
22

3-
require ::File.expand_path('../config/environment', __FILE__)
3+
require_relative 'config/environment'
44
run Rails.application

0 commit comments

Comments
 (0)