module Acmesmith::PostIssuingHooks

Public Class Methods

find(name) click to toggle source
# File lib/acmesmith/post_issuing_hooks.rb, line 5
def self.find(name)
  Utils::Finder.find(self, 'acmesmith/post_issuing_hooks', name)
end