From ac869f89327eded5d78f340203f0a4db57b58eb2 Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 28 Jul 2014 14:48:48 -0600 Subject: [PATCH] wtf? --- app/controllers/conferences_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index 555f026..c1d877a 100644 --- a/app/controllers/conferences_controller.rb +++ b/app/controllers/conferences_controller.rb @@ -128,7 +128,7 @@ class ConferencesController < ApplicationController when 'confirm' if session[:registration][:is_participant] @registration = ConferenceRegistration.find(session[:registration][:registration_id]) - if registration.completed + if @registration.completed complete_registration next_step = 'thanks' else