instance method
performed?
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
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 164
def performed?
response_body
end
Defined in actionpack/lib/abstract_controller/base.rb line 164
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Base