Sha256: 7d0265a6c884b9b74b027e839827b69706ab8e5d1ceac81f66aecf0737721382
Contents?: true
Size: 162 Bytes
Versions: 15
Compression:
Stored size: 162 Bytes
Contents
# frozen_string_literal: true class Permission < ApplicationRecord belongs_to :role valhammer validates :value, format: Accession::Permission.regexp end
Version data entries
15 entries across 15 versions & 1 rubygems