method

sharded?

rails latest stable - Class: ActiveRecord::ConnectionHandling

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

sharded?()
public

No documentation available.

# File activerecord/lib/active_record/connection_handling.rb, line 380
    def sharded?
      shard_keys.any?
    end