9 lines
191 B
Elixir
9 lines
191 B
Elixir
|
|
defmodule Rsh26poolWeb.RoomHTML do
|
||
|
|
@moduledoc """
|
||
|
|
Templates rendered by `RoomController` (room creation and joining).
|
||
|
|
"""
|
||
|
|
use Rsh26poolWeb, :html
|
||
|
|
|
||
|
|
embed_templates "room_html/*"
|
||
|
|
end
|