instance method
recycle!
Ruby on Rails 4.1.16
Since v4.1.16 Last seen in v4.2.9Available in: v4.1.16 v4.2.9
Signature
recycle!()
No documentation comment.
Source
# File actionpack/lib/action_controller/test_case.rb, line 262
def recycle!
@body = nil
initialize
end
Defined in actionpack/lib/action_controller/test_case.rb line 262
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::LiveTestResponse