Sha256: eb295f99a2967fd0f5f9f5b13f147aa9826db0f2aa8e385c5cbb2fedcb8495d5

Contents?: true

Size: 287 Bytes

Versions: 2

Compression:

Stored size: 287 Bytes

Contents

# encoding: utf-8
module Fastui
  class MOrgAccess < MObject
    attr_accessible :m_dept_id,:m_org_id,:m_role_id

    belongs_to :m_role, :class_name => 'Fastui::MRole'
    belongs_to :m_dept, :class_name => 'Fastui::MDept'
    belongs_to :m_org, :class_name => 'Fastui::MOrg'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fastui-0.1.8 app/models/fastui/m_org_access.rb
fastui-0.1.7 app/models/fastui/m_org_access.rb