method
app
app()
public
Hide source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 465 def self.app # DEPRECATE Rails application fallback # This should be set by the initializer @@app || (defined?(Rails.application) && Rails.application) || nil end