method
process
v4.1.8 -
Show latest stable
- Class:
ActionController::TemplateAssertions
process(*args)public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 60
def process(*args)
@_partials = Hash.new(0)
@_templates = Hash.new(0)
@_layouts = Hash.new(0)
super
end