Flowdock
method

app

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ClassMethods
app() public

No documentation

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

Hide source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 631
        def app
          if defined?(@@app) && @@app
            @@app
          else
            ActionDispatch.test_app
          end
        end
Register or log in to add new notes.