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()
Deprecated and no longer has any effect.
Source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb, line 90
def allow_concurrency
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 90
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base