Module: Etna::Clients::Magma::ModelsCsv::Prettify

Included in:
Exporter, Importer
Defined in:
lib/etna/clients/magma/formatting/models_csv.rb

Instance Method Summary collapse

Instance Method Details

#prettify(name) ⇒ Object



9
10
11
# File 'lib/etna/clients/magma/formatting/models_csv.rb', line 9

def prettify(name)
  name.split('_').map(&:capitalize).join(' ')
end