Revert "Auto corrected by following Style/ExpandPathArguments"

This reverts commit a5b84403bb.
This commit is contained in:
Brenda Wallace
2018-04-21 10:35:28 +12:00
parent 944af28e3c
commit cdde3994b2
6 changed files with 7 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
# This command will automatically be run when you run "rails"
# with Rails 3 gems installed from the root of your application.
APP_PATH = File.expand_path('../config/application', __dir__)
require File.expand_path('../config/boot', __dir__)
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)
require 'rails/commands'