I have a rails application in which most of the actions respond to json.
Is there any "switch" I can turn off to prevent all the controllers from responding to json despite the respond_to
method call, or I still have to disable it manually in every action (which seems very odd).