forked from External/greenlight
6 lines
95 B
Ruby
6 lines
95 B
Ruby
# frozen_string_literal: true
|
|
|
|
class RolePermission < ApplicationRecord
|
|
belongs_to :role
|
|
end
|