Class: Bagboy::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/bagboy/application_controller.rb

Instance Method Summary collapse

Constructor Details

#initializeApplicationController

Returns a new instance of ApplicationController.



6
7
8
9
10
11
# File 'app/controllers/bagboy/application_controller.rb', line 6

def initialize
  super
  @bag_helper = Bagboy::Chef::DataBagsHelper.instance
  @bags       = @bag_helper.data_bags
  @scm        = Bagboy::Core::SCMHelper.instance
end