class <%= model_importer_name %> < Para::Importer::Base def import_from_row(row) # Add your import logic here end end