|
|
|
@ -197,7 +197,7 @@
|
|
|
|
|
def copy_graduation_subitem_course_targets!(target, to_target)
|
|
|
|
|
target.ec_graduation_subitem_course_targets.each do |support|
|
|
|
|
|
to_support = to_target.ec_graduation_subitem_course_targets.new
|
|
|
|
|
to_support.attributes = support.attributes.except('id', 'ec_graduation_subitem_id', 'created_at', 'updated_at')
|
|
|
|
|
to_support.attributes = support.attributes.except('id', 'ec_course_target_id', 'ec_graduation_subitem_id', 'created_at', 'updated_at')
|
|
|
|
|
to_support.ec_graduation_subitem_id = graduation_subitem_map[support.ec_graduation_subitem_id]
|
|
|
|
|
to_support.save!
|
|
|
|
|
end
|
|
|
|
|