Sha256: 7ec249a95a917b3f2ab4b461d4957ee1468e266f4d4d271d5b242b4358886c29
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
module Jobshop class RoleAssignment < ApplicationRecord belongs_to :organization belongs_to :user, foreign_key: [ :organization_id, :user_id ] belongs_to :role, foreign_key: [ :organization_id, :role_id ] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jobshop-0.0.157 | app/models/jobshop/role_assignment.rb |