Fix room_params in scheduler update. fix #771

This commit is contained in:
David Sedeño 2016-02-08 22:52:58 +01:00
parent bcacc7fd17
commit 00acf0c255

View file

@ -69,7 +69,7 @@ module Admin
end
def room_params
params.require(:room).permit(:guid)
params.require(:room)
end
end
end