Module: Api::Messages::FlowcellIo::ProjectExtensions

Included in:
Project
Defined in:
app/models/api/messages/flowcell_io.rb

Overview

Included in Project model

Instance Method Summary collapse

Instance Method Details

#project_cost_code_for_uwhObject



171
172
173
# File 'app/models/api/messages/flowcell_io.rb', line 171

def project_cost_code_for_uwh
  project_cost_code.length > 20 ? 'Custom' : project_cost_code
end