Method: Switchman::ActiveRecord::Associations::CollectionAssociation#_create_record
- Defined in:
- lib/switchman/active_record/associations.rb
#_create_record ⇒ Object
49 50 51 |
# File 'lib/switchman/active_record/associations.rb', line 49 def _create_record(*) shard.activate { super } end |