Added hosting to required steps

This commit is contained in:
Godwin 2016-06-05 08:02:10 -07:00
parent 2003028a15
commit ac915f3577

View File

@ -1482,7 +1482,7 @@ class ConferencesController < ApplicationController
def required_steps(conference = nil)
# return the intersection of current steps and reuired steps
registration_steps(conference || @this_conference || @conference) & # current steps
[:policy, :contact_info, :questions] # all required steps
[:policy, :contact_info, :hosting, :questions] # all required steps
end
def registration_complete?(registration = @registration)