instance method
process
Ruby on Rails 4.2.9
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 65
def process(*args)
reset_template_assertion
super
end
Defined in actionpack/lib/action_controller/test_case.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TemplateAssertions