method

app_root

app_root()
private

No documentation available.

# File railties/lib/rails/test_unit/reporter.rb, line 81
      def app_root
        @app_root ||=
          if defined?(ENGINE_ROOT)
            ENGINE_ROOT
          elsif Rails.respond_to?(:root)
            Rails.root
          end
      end