Sha256: 89098a3d1922a1f74dc9e9ef1536b22ef26985d24e2b401910eb566c9abe2a81
Contents?: true
Size: 231 Bytes
Versions: 53
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/events" module Renalware module Events class SwabPolicy < EventPolicy def edit? true end alias_method :update?, :edit? end end end
Version data entries
53 entries across 53 versions & 1 rubygems