instance method
sharded?
Ruby on Rails edge
Since v8.0.5.1Signature
sharded?()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_handling.rb, line 406
def sharded?
shard_keys.any?
end
Defined in activerecord/lib/active_record/connection_handling.rb line 406
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionHandling