instance method
performed?
Ruby on Rails edge
Since v5.0.7.2Signature
performed?()
Tests if a response body is set. Used to determine if the process_action callback needs to be terminated in AbstractController::Callbacks.
Source
# File actionpack/lib/abstract_controller/base.rb, line 185
def performed?
response_body
end
Defined in actionpack/lib/abstract_controller/base.rb line 185
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Base