Method: BulkImports::Entity#portable_class

Defined in:
app/models/bulk_imports/entity.rb

#portable_classObject



146
147
148
# File 'app/models/bulk_imports/entity.rb', line 146

def portable_class
  entity_type.classify.constantize
end