class method self.allow_concurrency=

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

self.allow_concurrency=(flag)

Deprecated and no longer has any effect.

Parameters

flag req
Source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb, line 97
      def allow_concurrency=(flag)
        ActiveSupport::Deprecation.warn("ActiveRecord::Base.allow_concurrency= has been deprecated and no longer has any effect. Please remove all references to allow_concurrency=.")
      end

Defined in activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb line 97 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Base

Type at least 2 characters to search.

↑↓ navigate · open · esc close