5 lines
90 B
Ruby
5 lines
90 B
Ruby
class AdminAdminRole < ApplicationRecord
|
|
belongs_to :admin
|
|
belongs_to :admin_role
|
|
end
|