module Ekylibre::PluginSystem::ConsoleHelper
Helper methods to access the container from the Rails
console
Public Instance Methods
container()
click to toggle source
Provides an easy access to the container from the console context. @return [Corindon::DependencyInjection::Container]
# File lib/ekylibre/plugin_system/console_helper.rb, line 9 def container GlobalContainer.get end