Class: Rails::Initializer

Inherits:
Object
  • Object
show all
Defined in:
lib/plugems.rb

Instance Method Summary collapse

Instance Method Details

#load_plugins_with_plugemsObject 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