This commit is contained in:
yystopf 2021-10-28 15:32:49 +08:00
parent 8698829678
commit 11d102f240
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Organizations::OrganizationsController < Organizations::BaseController
end
def group_size
params.fetch(:group_size, 4)
params.fetch(:group_size, 4).to_i
end
def password