Merge pull request #772 from davidsf/fix_schedule_event
Fix room_params in scheduler update
This commit is contained in:
commit
2034c0f965
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