templates/recipe.erb in rails_wizard-0.1.2 vs templates/recipe.erb in rails_wizard-0.1.3
- old
+ new
@@ -3,7 +3,8 @@
@current_recipe = "<%= key %>"
@before_configs["<%= key %>"].call if @before_configs["<%= key %>"]
say_recipe '<%= name %>'
<%= config.compile if config %>
+@configs[@current_recipe] = config
<%= template %>