fix
This commit is contained in:
parent
8698829678
commit
11d102f240
|
@ -81,7 +81,7 @@ class Organizations::OrganizationsController < Organizations::BaseController
|
||||||
end
|
end
|
||||||
|
|
||||||
def group_size
|
def group_size
|
||||||
params.fetch(:group_size, 4)
|
params.fetch(:group_size, 4).to_i
|
||||||
end
|
end
|
||||||
|
|
||||||
def password
|
def password
|
||||||
|
|
Loading…
Reference in New Issue