Flowdock
method

app

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActionDispatch::IntegrationTest
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 491
    def self.app
      if !@@app && !ActionDispatch.test_app
        ActiveSupport::Deprecation.warn "Rails application fallback is deprecated and no longer works, please set ActionDispatch.test_app"
      end

      @@app || ActionDispatch.test_app
    end
Register or log in to add new notes.