forked from Gitlink/forgeplus
fix
This commit is contained in:
parent
8698829678
commit
11d102f240
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue