class Copyable::SingleCopyEnforcer

Public Class Methods

can_copy?(record) click to toggle source
# File lib/copyable/single_copy_enforcer.rb, line 64
def self.can_copy?(record)
  !CopyRegistry.already_copied?(record: record)
end