Files
vault171/app/views/rooms/_room.json.jbuilder
David Böhm af10dca289
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Added Room and some little design updates
2026-05-28 01:04:19 +02:00

3 lines
89 B
Ruby

json.extract! room, :id, :created_at, :updated_at
json.url room_url(room, format: :json)