module Ekylibre::PluginSystem::ControllerMixin
Helper module to access the container from a Rails
controller
Public Instance Methods
container()
click to toggle source
@return [Corindon::DependencyInjection::Container]
# File lib/ekylibre/plugin_system/controller_mixin.rb, line 8 def container request.env['container'] end