Sha256: 2f7c715dbc6c740133597c1c058fd1c4bfb9ff749af86433fc0ba4c2e121610a

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

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

  belongs_to  :work_effort
  belongs_to  :good_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_good_standard.rb
erp_work_effort-4.0.0 app/models/work_effort_good_standard.rb