Class: Callforth::Setup
- Inherits:
-
Object
- Object
- Callforth::Setup
- Defined in:
- lib/callforth/setup.rb
Class Method Summary collapse
Class Method Details
.clear ⇒ Object
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 |