This commit is contained in:
Kieran Eglin 2024-05-13 14:09:31 -07:00
parent 58976b8904
commit bb19ddcfa9
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -12,6 +12,9 @@ defmodule Pinchflat.Media.MediaQuery do
alias Pinchflat.Media.MediaItem
# This allows the module to be aliased and query methods to be used
# all in one go
# usage: use Pinchflat.Media.MediaQuery
defmacro __using__(_opts) do
quote do
import Ecto.Query, warn: false