Method: Genkan::Config#initialize

Defined in:
lib/genkan/config.rb

#initializeConfig

Returns a new instance of Config.



5
6
7
8
9
# File 'lib/genkan/config.rb', line 5

def initialize
  @user_class_name = "User"
  @auto_acceptance = false
  @cookie_expiration = 60 * 60 * 24 * 7 # 1.week
end