Module: PropagaterHelper

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