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



18
19
20
21
# File 'lib/plugems.rb', line 18

def load_plugins_with_plugems
	Plugems::Loader.load(configuration)
	load_plugins_without_plugems
end