mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
|
||||
def room_params
|
||||
params.require(:room).permit(:guid)
|
||||
params.require(:room)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue