method

shard_keys

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.

shard_keys()
public

No documentation available.

# File activerecord/lib/active_record/connection_handling.rb, line 376
    def shard_keys
      connection_class_for_self.instance_variable_get(:@shard_keys) || []
    end