class CmAdmin::Model
def importable(class_name:, importer_type:, sample_file_path: nil)
def importable(class_name:, importer_type:, sample_file_path: nil) @importer = CmAdmin::Models::Importer.new(class_name, importer_type, sample_file_path) end
def importable(class_name:, importer_type:, sample_file_path: nil) @importer = CmAdmin::Models::Importer.new(class_name, importer_type, sample_file_path) end