comfycamp/lib/comfycamp_web/controllers/notes_editor_html.ex

5 lines
113 B
Elixir

defmodule ComfycampWeb.NotesEditorHTML do
use ComfycampWeb, :html
embed_templates "notes_editor_html/*"
end