class ActiveRecord::ShardFor::DistkeyRouter

Public Instance Methods

route(key) click to toggle source

@param [Object] key sharding key @return [Object] key given key

# File lib/activerecord/shard_for/distkey_router.rb, line 6
def route(key)
  key
end