Sha256: e96b5341cb3be5a183be29a1ff6ffda2de784db5885f917b78c2d0c13bd48968
Contents?: true
Size: 252 Bytes
Versions: 5
Compression:
Stored size: 252 Bytes
Contents
class ValidWorkAssignment < ActiveRecord::Base belongs_to :party belongs_to :work_requirement belongs_to :role_type has_many :valid_work_assignment_attributes, :dependent => :destroy alias :attributes :valid_work_assignment_attributes end
Version data entries
5 entries across 5 versions & 1 rubygems