1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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