class method
self.app
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v4.2.9Signature
self.app()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 479
def self.app
# DEPRECATE Rails application fallback
# This should be set by the initializer
@@app || (defined?(Rails.application) && Rails.application) || nil
end
Defined in actionpack/lib/action_dispatch/testing/integration.rb line 479
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::IntegrationTest