fix: set the room instance variable in room direct edit

This commit is contained in:
NullFluxKevin
2025-09-05 14:09:15 -04:00
parent eecdb29332
commit fbfcb48ebe

View File

@@ -1,4 +1,5 @@
class Rooms::DirectsController < RoomsController
before_action :set_room, only: %i[ edit ]
def new
@room = Rooms::Direct.new
end