method
ip_spoofing_check
rails latest stable - Class:
ActionController::Base::DeprecatedBehavior
ip_spoofing_check()public
No documentation available.
# File actionpack/lib/action_controller/deprecated/base.rb, line 46
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_dispatch.ip_spoofing_check
end