Revert "Add default respond_to formats to ApplicationController."

(Needs consensus that these are appropriate defaults.)

This reverts commit 66604b2e0e.
This commit is contained in:
Jeremy Kemper 2009-12-29 19:10:26 -08:00
parent e5c88434db
commit 79550e8995
1 changed files with 0 additions and 1 deletions

View File

@ -4,6 +4,5 @@
class ApplicationController < ActionController::Base
helper :all
protect_from_forgery
respond_to :html, :js, :xml, :json
filter_parameter_logging :password
end