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 Mar 17, 2015
·
1 revision
ActiveAdmin.registerPostdoactive_admin_importvalidate: false,csv_options: {col_sep: ";"},resource_class: ImportedPost,# we import data into another resourcebefore_import: proc{ImportedPost.delete_all},after_import: proc{Post.transactiondoPost.delete_allPost.connection.execute("INSERT INTO posts (SELECT * FROM imported_posts)")end},back: proc{config.namespace.resource_for(Post).route_collection_path}# redirect to post indexend