class method
self.allow_concurrency=
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
self.allow_concurrency=(flag)
Deprecated and no longer has any effect.
Parameters
-
flagreq
Source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb, line 95
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 95
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base