class Pundit::PolicyFinder

def initialize(object)

Parameters:
  • object (any) -- the object to find policy and scope classes for
def initialize(object)
  @object = object
end