class PermissionLabel < ApplicationRecord
  scope :hd, -> { where(label: 'HD') }
end
