Current section
Files
Jump to
Current section
Files
lib/archeometer/util/path_helper.ex
defmodule Archeometer.Util.PathHelper do
@moduledoc false
def template_path(template) do
Path.expand(template, template_path())
end
def template_path() do
Application.app_dir(:archeometer, "priv/templates")
end
end