class ActiveHook::App::Config

Constants

OTHER_DEFAULTS

Attributes

creation_path[RW]
validation_path[RW]

Public Class Methods

new() click to toggle source
Calls superclass method ActiveHook::BaseConfig::new
# File lib/activehook/app/config.rb, line 11
def initialize
  super
  OTHER_DEFAULTS.each { |key, value| send("#{key}=", value) }
end