Class: Callforth::Setup

Inherits:
Object
  • Object
show all
Defined in:
lib/callforth/setup.rb

Class Method Summary collapse

Class Method Details

.clearObject



12
13
14
# File 'lib/callforth/setup.rb', line 12

def clear
  clear_secret_key
end

.for(application) ⇒ Object



6
7
8
9
10
# File 'lib/callforth/setup.rb', line 6

def for(application)
  callforth_config = application.config.callforth

  setup_secret_key(callforth_config)
end