ingang/app/views/rooms/_room.json.jbuilder

3 lines
135 B
Ruby

json.extract! room, :id, :name, :meeting, :attendee_pw, :moderator_pw, :created_at, :updated_at
json.url room_url(room, format: :json)