method
shard_keys
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
shard_keys()public
No documentation available.
# File activerecord/lib/active_record/connection_handling.rb, line 379
def shard_keys
connection_class_for_self.instance_variable_get(:@shard_keys) || []
end