Class: ROM::ConfigurationPlugin
- Inherits:
-
PluginBase
- Object
- PluginBase
- ROM::ConfigurationPlugin
- Defined in:
- lib/rom/configuration_plugin.rb
Overview
ConfigurationPlugin is a simple object used to store configuration plugin configurations
Instance Attribute Summary
Attributes inherited from PluginBase
Instance Method Summary collapse
-
#apply_to(configuration, options = {}) ⇒ Object
private
Apply this plugin to the provided configuration.
Methods inherited from PluginBase
#initialize, #relation?, #schema?
Constructor Details
This class inherits a constructor from ROM::PluginBase
Instance Method Details
#apply_to(configuration, options = {}) ⇒ Object
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.
Apply this plugin to the provided configuration
13 14 15 |
# File 'lib/rom/configuration_plugin.rb', line 13 def apply_to(configuration, = {}) mod.apply(configuration, ) end |