diff options
author | wycats <wycats@gmail.com> | 2010-03-26 20:07:00 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-03-26 20:07:00 -0700 |
commit | b20a105ed0d52bf1490cf0fad97e0b3268ba63fd (patch) | |
tree | 07fd70ea4fe9c96f1c1e88b1ebb63e2bc1518a9e | |
parent | afb786ad8a27ae593790a5788441a9083a516195 (diff) | |
download | rails-b20a105ed0d52bf1490cf0fad97e0b3268ba63fd.tar.gz rails-b20a105ed0d52bf1490cf0fad97e0b3268ba63fd.tar.bz2 rails-b20a105ed0d52bf1490cf0fad97e0b3268ba63fd.zip |
Fixes typo (ht: Claudio Poli) [#4107 state:closed]
-rw-r--r-- | actionpack/lib/action_controller/deprecated/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/deprecated/base.rb b/actionpack/lib/action_controller/deprecated/base.rb index 1d05b3fbd6..bbde570ca9 100644 --- a/actionpack/lib/action_controller/deprecated/base.rb +++ b/actionpack/lib/action_controller/deprecated/base.rb @@ -63,7 +63,7 @@ module ActionController def ip_spoofing_check ActiveSupport::Deprecation.warn "ActionController::Base.ip_spoofing_check is deprecated. " << "Configuring ip_spoofing_check on the application configures a middleware.", caller - Rails.application.config.action_disaptch.ip_spoofing_check + Rails.application.config.action_dispatch.ip_spoofing_check end def trusted_proxies=(value) |