Class: WorkEffortAssociationType

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ErpTechSvcs::Utils::DefaultNestedSetMethods
Defined in:
app/models/work_effort_association_type.rb

Overview

Easy to confuse this with work_effort_type_associations, which are for associations between types of work efforts used for standards or templates. This is the type used when the actual association is created. It is still used to store things like dependency and breakdown, but this is the type data and work_effort_type_associations is used to store valid combinations of work effort types.

Instance Method Summary collapse

Instance Method Details

#to_data_hashObject



15
16
17
# File 'app/models/work_effort_association_type.rb', line 15

def to_data_hash
  to_hash only: [:id, :description, :internal_identifier, :external_identifier, :created_at, :updated_at]
end