Class: Wallaby::ModelFinder
- Inherits:
-
Object
- Object
- Wallaby::ModelFinder
- Defined in:
- lib/interfaces/wallaby/model_finder.rb
Overview
Model finder interface
Direct Known Subclasses
Instance Method Summary collapse
-
#all ⇒ Array<Class>
Need to implement this method to get all the available model for a mode.
Instance Method Details
#all ⇒ Array<Class>
Need to implement this method to get all the available model for a mode
6 7 8 |
# File 'lib/interfaces/wallaby/model_finder.rb', line 6 def all raise NotImplemented end |