method
app_root
v8.0.0 -
Show latest stable
- Class:
Rails::TestUnitReporter
app_root()private
No documentation available.
# File railties/lib/rails/test_unit/reporter.rb, line 92
def app_root
@app_root ||= self.class.app_root ||
if defined?(ENGINE_ROOT)
ENGINE_ROOT
elsif Rails.respond_to?(:root)
Rails.root
end
end