method

allow_concurrency

rails latest stable - Class: ActionController::Base::DeprecatedBehavior

Method deprecated or moved

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

allow_concurrency()
public

No documentation available.

# File actionpack/lib/action_controller/deprecated/base.rb, line 28
      def allow_concurrency
        ActiveSupport::Deprecation.warn "ActionController::Base.allow_concurrency is deprecated, " <<
          "use Rails.application.config.allow_concurrency instead", caller
        Rails.application.config.allow_concurrency
      end