Module: Cottontail::Configurable

Extended by:
ActiveSupport::Concern
Included in:
Cottontail
Defined in:
lib/cottontail/configurable.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods Classes: Configuration

Instance Method Summary collapse

Instance Method Details

#configObject



28
29
30
# File 'lib/cottontail/configurable.rb', line 28

def config
  self.class.config
end