method

allow_concurrency?

rails latest stable - Class: Rails::Application

Method deprecated or moved

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

allow_concurrency?()
protected

No documentation available.

# File railties/lib/rails/application.rb, line 360
    def allow_concurrency?
      if config.allow_concurrency.nil?
        config.cache_classes
      else
        config.allow_concurrency
      end
    end