Module: ActiveRecord::Turntable::ActiveRecordExt::AbstractAdapter
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/active_record/turntable/active_record_ext/abstract_adapter.rb
Instance Method Summary collapse
Instance Method Details
#turntable_shard_name ⇒ Object
32 33 34 |
# File 'lib/active_record/turntable/active_record_ext/abstract_adapter.rb', line 32 def turntable_shard_name @turntable_shard_name end |
#turntable_shard_name=(name) ⇒ Object
28 29 30 |
# File 'lib/active_record/turntable/active_record_ext/abstract_adapter.rb', line 28 def turntable_shard_name=(name) @turntable_shard_name = name.to_s end |