debian-mirror-gitlab/debian/gems-compat/railties-5.1.7/lib/rails/engine/commands.rb
2019-08-02 22:44:51 +05:30

7 lines
224 B
Ruby

unless defined?(APP_PATH)
if File.exist?(File.expand_path("test/dummy/config/application.rb", ENGINE_ROOT))
APP_PATH = File.expand_path("test/dummy/config/application", ENGINE_ROOT)
end
end
require "rails/commands"