Method: ActiveRecord::ConnectionAdapters::ConnectionPool#shard
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
#shard ⇒ Object (readonly)
Returns the value of attribute shard.
222 223 224 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 222 def shard @shard end |