Namespace
Methods
A
C
R
Class Public methods
call(env)
# File actionpack/test/controller/live_stream_test.rb, line 468
def self.call(env)
  routes.call(env)
end
routes()
# File actionpack/test/controller/live_stream_test.rb, line 472
def self.routes
  @routes ||= ActionDispatch::Routing::RouteSet.new
end
Instance Public methods
app()
# File actionpack/test/controller/live_stream_test.rb, line 480
def app
  self.class
end