Class: Wallaby::ServicerFinder
- Inherits:
-
Object
- Object
- Wallaby::ServicerFinder
- Defined in:
- lib/services/wallaby/servicer_finder.rb
Class Method Summary collapse
Class Method Details
.find(model_class) ⇒ Object
2 3 4 |
# File 'lib/services/wallaby/servicer_finder.rb', line 2 def self.find(model_class) Wallaby::Map.servicer_map[model_class] || Wallaby::ModelServicer end |