Flowdock
method

app_root

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: TestUnitReporter
app_root() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.