Apply Rubocop Style/RedundantConstantBase (#23463)

This commit is contained in:
Nick Schonning
2023-02-17 22:30:03 -05:00
committed by GitHub
parent e4f37fad98
commit d65b2c1924
4 changed files with 3 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('config/environment', __dir__)
require File.expand_path('config/environment', __dir__)
run Rails.application