Method: ROM::Setup#mapper_classes
- Defined in:
- lib/rom/setup.rb
#mapper_classes ⇒ Array (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns registered mapper subclasses.
16 17 18 |
# File 'lib/rom/setup.rb', line 16 def mapper_classes @mapper_classes end |