method

selected_shard

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ShardSelector
selected_shard(request) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/middleware/shard_selector.rb, line 49
        def selected_shard(request)
          resolver.call(request)
        end
Register or log in to add new notes.