Class: Zadok::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/zadok/engine.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



28
29
30
# File 'lib/zadok/engine.rb', line 28

def initialize
  @parent_controller = ::ApplicationController
end

Instance Attribute Details

#parent_controllerObject

Returns the value of attribute parent_controller.



26
27
28
# File 'lib/zadok/engine.rb', line 26

def parent_controller
  @parent_controller
end