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