instance method
process
Ruby on Rails 4.0.13
Since v3.0.20 Last seen in v4.2.9Signature
process(*args)
No documentation comment.
Parameters
-
argsrest
Source
# 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
Defined in actionpack/lib/action_controller/test_case.rb line 60
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TemplateAssertions