diff --git a/lib/custom_wizard/action.rb b/lib/custom_wizard/action.rb index 7c4e1adc..2ec6fe14 100644 --- a/lib/custom_wizard/action.rb +++ b/lib/custom_wizard/action.rb @@ -306,7 +306,7 @@ class CustomWizard::Action user: user ).perform - params[:raw] = action['post_builder'] ? + params[:raw] = action['post_template'] ? mapper.interpolate(action['post_template']) : data[action['post']]