Module: PropagaterHelper
- Included in:
- ActivePropagation::AbstractPropagaterWorker, ActivePropagation::AsyncLoopDeletor, ActivePropagation::AsyncLoopUpdater, ActivePropagation::Deletor, ActivePropagation::Updater
- Defined in:
- lib/active_propagation/propagater_helper.rb
Instance Method Summary collapse
Instance Method Details
#propagated_attributes(model, only) ⇒ Object
2 3 4 |
# File 'lib/active_propagation/propagater_helper.rb', line 2 def propagated_attributes(model, only) only.map{|x| [x, model.attributes[x.to_s]]}.to_h end |