Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.1.8) is shown here.
clear_respond_to()
public
# File actionpack/lib/action_controller/metal/mime_responds.rb, line 55
def clear_respond_to
self.mimes_for_respond_to = Hash.new.freeze
end