class LiveStreamRouterTest
Public Class Methods
call(env)
click to toggle source
# File actionpack/test/controller/live_stream_test.rb, line 495 def self.call(env) routes.call(env) end
routes()
click to toggle source
# File actionpack/test/controller/live_stream_test.rb, line 499 def self.routes @routes ||= ActionDispatch::Routing::RouteSet.new end
Public Instance Methods
app()
click to toggle source
# File actionpack/test/controller/live_stream_test.rb, line 507 def app self.class end