1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/engine/commands.rb

8 lines
230 B
Ruby
Raw Normal View History

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
2011-05-26 11:59:00 -04:00
2017-06-30 00:55:31 -04:00
require_relative "../commands"