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