This commit is contained in:
Godwin 2014-07-28 12:57:12 -06:00
parent 276f5c8381
commit f62353a057

View File

@ -437,6 +437,9 @@ class ConferencesController < ApplicationController
end end
@actions = nil @actions = nil
@multipart = false @multipart = false
if @register_step == 'register'
session.delete(:registration)
end
case @register_step case @register_step
when 'register', 'organizations', 'new_organization', 'new_workshop', 'volunteer_questions' when 'register', 'organizations', 'new_organization', 'new_workshop', 'volunteer_questions'
@actions = :next @actions = :next