Sha256: e02ecc9b6467456ef9e2c7565b2bbc69ad08f2767a8d3f1abd2e58bb890503e0
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
# encoding: utf-8 module Fastui class MRoleAssignment < MObject attr_accessible :m_person_id, :m_role_id belongs_to :m_role, :class_name => 'Fastui::MRole' belongs_to :m_person, :class_name => 'Fastui::MPerson' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fastui-0.1.8 | app/models/fastui/m_role_assignment.rb |
fastui-0.1.7 | app/models/fastui/m_role_assignment.rb |