Class: BatchMergeController

Inherits:
ApplicationController show all
Defined in:
frontend/app/controllers/batch_merge_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#archivesspace, can_access?, permission_mappings, set_access_control

Instance Method Details

#container_profilesObject



5
6
7
# File 'frontend/app/controllers/batch_merge_controller.rb', line 5

def container_profiles
  merge_records(params[:victims], params[:target], 'container_profile')
end