Method: Genkan::Config#initialize
- Defined in:
- lib/genkan/config.rb
#initialize ⇒ Config
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 = 60 * 60 * 24 * 7 # 1.week end |