Method: Marty::ImportType#get_model_class
- Defined in:
- app/models/marty/import_type.rb
#get_model_class ⇒ Object
34 35 36 |
# File 'app/models/marty/import_type.rb', line 34 def get_model_class db_model_name.constantize if db_model_name end |