method

consider_all_requests_local?

rails latest stable - Class: Rails::InfoController

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

consider_all_requests_local?()
protected

No documentation available.

# File railties/lib/rails/info_controller.rb, line 12
  def consider_all_requests_local?
    Rails.application.config.consider_all_requests_local
  end