Method: ROM::MapperRegistry#compiler
- Defined in:
- lib/rom/mapper_registry.rb
#compiler ⇒ MapperCompiler (readonly)
Returns A mapper compiler instance.
17 18 19 |
# File 'lib/rom/mapper_registry.rb', line 17 option :compiler, default: -> do MapperCompiler.new(cache: cache) end |