diff --git a/app/models/conference.rb b/app/models/conference.rb index 76615367..5954927d 100644 --- a/app/models/conference.rb +++ b/app/models/conference.rb @@ -705,7 +705,7 @@ class Conference < ActiveRecord::Base # Returns the progress of the set up conference list in percent # # ====Returns - # * +Fixnum+ -> Progress in Percent + # * +String+ -> Progress in Percent def calculate_setup_progress(result) (100 * result.values.count(true) / result.values.count).to_s end