Skip to content

Commit

Permalink
Fix RuboCop offense Style/RedundantConstantBase (#36919).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.redmine.org/redmine/trunk@21989 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed Dec 9, 2022
1 parent 0b39cc1 commit f506ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application.

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

0 comments on commit f506ba3

Please sign in to comment.