Method: TemplateHelpers#create
- Defined in:
- lib/potassium/helpers/template-helpers.rb
#create(recipe_name) ⇒ Object
11 12 13 14 |
# File 'lib/potassium/helpers/template-helpers.rb', line 11 def create(recipe_name) recipe = load_recipe(recipe_name) recipe.create end |