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