Sha256: 7849564b2db77e9f9d64e4e65193ede6ff710e9bb05592bee5c4ee6fe95a2678
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
module Fastui class MRelationship < MObject attr_accessible :m_person_id,:m_org_id,:m_role_id belongs_to :m_person, :class_name => 'Fastui::MPerson' belongs_to :m_org, :class_name => 'Fastui::MOrg' belongs_to :m_role, :class_name => 'Fastui::MRole' end end
Version data entries
4 entries across 4 versions & 1 rubygems