Sha256: b838a266fa4ac5cb10146c2440bde8b6ec1a4a9263f1e9de330489ad6196919c

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

## Types of goods required as a standard for the completion of work efforts. This is different from
## inventory_items because it is not for planning. It is only for noting the type of good
## that is required to perform the work effort. - See DMRB v1, pp 223-224

class GoodType < ActiveRecord::Base
  attr_protected :created_at, :updated_at

  acts_as_nested_set
  include ErpTechSvcs::Utils::DefaultNestedSetMethods

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
erp_work_effort-4.2.0 app/models/good_type.rb
erp_work_effort-4.0.0 app/models/good_type.rb