reinstate room declaration

This commit is contained in:
Kiara Grouwstra 2024-01-14 20:40:59 +01:00
parent a8e7b4a08f
commit 7974a56778
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class RoomsController < ApplicationController
# GET /rooms/new
def new
@room = Room.new
end
# GET /rooms/1/edit