命名空间
方法
包含的模块
实例公共方法
app() 链接
源代码:显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/integration.rb, line 682 def app super || self.class.app end
document_root_element() 链接
源代码:显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/integration.rb, line 686 def document_root_element html_document.root end