Class: Wallaby::Mode

Inherits:
Object
  • Object
show all
Defined in:
lib/interfaces/wallaby/mode.rb

Overview

This is the abstract class that all ORM modes to have implemented.

Direct Known Subclasses

ActiveRecord

Constant Summary collapse

INTERFACE_METHODS =
%w(
  model_decorator model_finder
  model_service_provider model_pagination_provider
).freeze