class Wallaby::ModelFinder

Model finder interface

Public Instance Methods

all() click to toggle source

Need to implement this method to get all the available model for a mode @return [Array<Class>] a list of model class

# File lib/interfaces/wallaby/model_finder.rb, line 8
def all
  raise NotImplemented
end