1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Fix RuboCop offense Style/RedundantConstantBase (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@21989 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-12-09 05:42:57 +00:00
parent 0b39cc154d
commit f506ba3ded

View File

@ -1,4 +1,4 @@
# This file is used by Rack-based servers to start the application. # 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 run Rails.application