module ActionDispatch
This overrides the behavior of negotiating mime. Doing this because we
aren't able to hook into ActionDispatch::Request
This allows the fallbacks to work when you call respond_to {|format| format.something_with_a_fallback }
This overrides the behavior of negotiating mime. Doing this because we
aren't able to hook into ActionDispatch::Request
This allows the fallbacks to work when you call respond_to {|format| format.something_with_a_fallback }