Fix room_params in scheduler update. fix #771
This commit is contained in:
parent
bcacc7fd17
commit
00acf0c255
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ module Admin
|
||||||
end
|
end
|
||||||
|
|
||||||
def room_params
|
def room_params
|
||||||
params.require(:room).permit(:guid)
|
params.require(:room)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue