From 551f92ba4d189d3c2173d2fd42e9a5e06fe59563 Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 28 Jul 2014 13:00:19 -0600 Subject: [PATCH] wtf? --- app/controllers/conferences_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index 0c56a6f..ff8250d 100644 --- a/app/controllers/conferences_controller.rb +++ b/app/controllers/conferences_controller.rb @@ -437,9 +437,6 @@ class ConferencesController < ApplicationController end @actions = nil @multipart = false - if @register_step == 'register' - session.delete(:registration) - end case @register_step when 'register', 'organizations', 'new_organization', 'new_workshop', 'volunteer_questions' @actions = :next