method
process
v3.2.8 -
Show latest stable
- Class:
ActionController::TemplateAssertions
process(*args)public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 45
def process(*args)
@partials = Hash.new(0)
@templates = Hash.new(0)
@layouts = Hash.new(0)
super
end