mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update method documentation (returns a string not an fixnum)
This commit is contained in:
parent
ac0abce6e1
commit
650a49d87b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue