Class: Rails::Initializer
- Inherits:
-
Object
- Object
- Rails::Initializer
- Defined in:
- lib/plugems.rb
Instance Method Summary collapse
- #load_plugins_with_plugems ⇒ Object (also: #load_plugins)
Instance Method Details
#load_plugins_with_plugems ⇒ Object Also known as: load_plugins
14 15 16 17 |
# File 'lib/plugems.rb', line 14 def load_plugins_with_plugems Plugems::Loader.load(configuration) load_plugins_without_plugems end |