You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Igor Fedoronchuk edited this page Jan 21, 2015
·
1 revision
ActiveAdmin.registerPostdoactive_admin_importvalidate: true,before_batch_import: proc{ |import|
import.file#current file usedimport.resource#ActiveRecord class to import toimport.options# optionsimport.result# result before bulk iterationimport.headers# CSV headersimport.csv_lines#lines to importimport.model#template_object instance},after_batch_import: proc{ |import|
#the same}end