Method: ActionController::MimeResponds::ClassMethods#clear_respond_to
- Defined in:
- lib/action_controller/metal/mime_responds.rb
#clear_respond_to ⇒ Object
Clear all mime types in respond_to.
57 58 59 |
# File 'lib/action_controller/metal/mime_responds.rb', line 57 def clear_respond_to self.mimes_for_respond_to = ActiveSupport::OrderedHash.new.freeze end |