instance method
clear_respond_to
Ruby on Rails 4.1.16
Since v3.0.20 Last seen in v4.1.16Signature
clear_respond_to()
Clear all mime types in respond_to.
Source
# File actionpack/lib/action_controller/metal/mime_responds.rb, line 55
def clear_respond_to
self.mimes_for_respond_to = Hash.new.freeze
end
Defined in actionpack/lib/action_controller/metal/mime_responds.rb line 55
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::MimeResponds::ClassMethods