instance method
process
Ruby on Rails 3.0.20
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 43
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 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::TemplateAssertions