Files
rsh26_pool_example/lib/rsh26pool_web/controllers/room_html.ex
T

9 lines
191 B
Elixir
Raw Normal View History

2026-07-04 19:27:17 +09:00
defmodule Rsh26poolWeb.RoomHTML do
@moduledoc """
Templates rendered by `RoomController` (room creation and joining).
"""
use Rsh26poolWeb, :html
embed_templates "room_html/*"
end