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:
parent
e5c88434db
commit
79550e8995
1 changed files with 0 additions and 1 deletions
|
@ -4,6 +4,5 @@
|
|||
class ApplicationController < ActionController::Base
|
||||
helper :all
|
||||
protect_from_forgery
|
||||
respond_to :html, :js, :xml, :json
|
||||
filter_parameter_logging :password
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue