Method: Appfuel.framework_container

Defined in:
lib/appfuel.rb

.framework_containerDry::Container

The framework dependency injection container holds information specific to appfuel plus an app container for each app it will manage. While it is most common to has only a single app it is designed to host multiple app since all there dependencies are contained in one container.

Returns:



46
47
48
# File 'lib/appfuel.rb', line 46

def framework_container
  @framework_container ||= Dry::Container.new
end