Methods
C
R
Included Modules
Class Public methods
call(*)
# File actionpack/test/template/test_case_test.rb, line 234
def self.call(*)
end
routes()
# File actionpack/test/template/test_case_test.rb, line 228
def self.routes
  @routes ||= ActionDispatch::Routing::RouteSet.new
end
Instance Public methods
render_from_helper()
# File actionpack/test/template/test_case_test.rb, line 248
def render_from_helper
  new_content_url
end