Packages

Taglet allows you to manage tags associated to your records. It also allows you to specify various contexts

Current section

Files

Jump to
taglet lib taglet repo_client.ex
Raw

lib/taglet/repo_client.ex

defmodule Taglet.RepoClient do
@doc """
Gets the configured repo module or defaults to Repo if none configured
"""
def repo, do: Application.get_env(:taglet, :repo, Repo)
end