Module: Plutonium::Core::Controllers::Bootable

Extended by:
ActiveSupport::Concern
Includes:
Engine::Validator
Included in:
Plutonium::Core::Controller
Defined in:
lib/plutonium/core/controllers/bootable.rb

Instance Method Summary collapse

Instance Method Details

#current_engineObject



16
17
18
# File 'lib/plutonium/core/controllers/bootable.rb', line 16

def current_engine
  self.class.current_engine
end

#current_packageObject



12
13
14
# File 'lib/plutonium/core/controllers/bootable.rb', line 12

def current_package
  self.class.current_package
end