clear_respond_to()
Clear all mime types in respond_to.
# File actionpack/lib/action_controller/metal/mime_responds.rb, line 60 def clear_respond_to self.mimes_for_respond_to = ActiveSupport::OrderedHash.new.freeze end