Methods
- A
- R
Instance Public methods
app() Link
Source: show
# File actionpack/lib/action_dispatch/testing/integration.rb, line 664 def app if defined?(@@app) && @@app @@app else ActionDispatch.test_app end end
Source: show
# File actionpack/lib/action_dispatch/testing/integration.rb, line 664 def app if defined?(@@app) && @@app @@app else ActionDispatch.test_app end end