Sha256: 180d5f3e698295c894c2be47701346cf7f742bae7c490d5decc70718f1bff60d
Contents?: true
Size: 271 Bytes
Versions: 18
Compression:
Stored size: 271 Bytes
Contents
module Kaui class AllowedUserTenant < ActiveRecord::Base belongs_to :kaui_allowed_user, :class_name => 'Kaui::AllowedUser', :foreign_key => 'kaui_allowed_user_id' belongs_to :kaui_tenant, :class_name => 'Kaui::Tenant', :foreign_key => 'kaui_tenant_id' end end
Version data entries
18 entries across 18 versions & 1 rubygems