class Wallaby::Custom::ModelFinder

Model finder for {Wallaby::Custom} mode that returns the list of model set by {Wallaby::Configuration#custom_models}

Public Instance Methods

all() click to toggle source

@return [Wallaby::ClashArray] a list of classes

# File lib/adaptors/wallaby/custom/model_finder.rb, line 9
def all
  Wallaby.configuration.custom_models.presence
end