instance method
any_response?
Ruby on Rails 7.2.3
Since v6.1.7.10Signature
any_response?()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/mime_responds.rb, line 280
def any_response?
!@responses.fetch(format, false) && @responses[Mime::ALL]
end
Defined in actionpack/lib/action_controller/metal/mime_responds.rb line 280
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::MimeResponds::Collector