Sha256: 1c5557de6a3b63994ce00540e14f518ed05605141a9cb660d156dd7270734c43

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

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

  belongs_to  :work_effort
  belongs_to  :skill_type
  belongs_to  :estimated_cost, :class_name => 'Money', :foreign_key => 'estimated_cost_money_id'
end

Version data entries

2 entries across 2 versions & 1 rubygems

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