instance method allow_concurrency?

Ruby on Rails 4.0.13

Since v4.0.13 Last seen in v4.0.13

Signature

allow_concurrency?()

No documentation comment.

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

Defined in railties/lib/rails/application.rb line 370 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Application

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close