Method: ROM::Configurable#config

Defined in:
lib/rom/support/configurable.rb

#configConfig

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.

Return config instance

Returns:



92
93
94
# File 'lib/rom/support/configurable.rb', line 92

def config
  @config ||= Config.new
end