Method: ROM::Configurable#config
- Defined in:
- lib/rom/support/configurable.rb
#config ⇒ Config
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
90 91 92 |
# File 'lib/rom/support/configurable.rb', line 90 def config @config ||= Config.new end |