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

Fix typo in method name

This commit is contained in:
yuuji.yaginuma 2017-07-11 07:15:27 +09:00
parent bfbae885b2
commit e01b240e3f

View file

@ -20,4 +20,4 @@
# Add default protection from forgery to ActionController::Base instead of in # Add default protection from forgery to ActionController::Base instead of in
# ApplicationController. # ApplicationController.
# Rails.applocation.config.action_controller.default_protect_from_forgery = true # Rails.application.config.action_controller.default_protect_from_forgery = true