Method: Recipes::BackgroundProcessor#install
- Defined in:
- lib/potassium/recipes/background_processor.rb
#install ⇒ Object
18 19 20 21 22 23 |
# File 'lib/potassium/recipes/background_processor.rb', line 18 def install ask heroku = load_recipe(:heroku) set(:heroku, heroku.installed?) create end |