Apply Rubocop Style/RedundantConstantBase (#23463)
parent
8887333003
commit
bc31a28361
@ -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
|
||||
|
Loading…
Reference in new issue