mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
13 lines
181 B
Elixir
13 lines
181 B
Elixir
alias Philomena.{
|
|
Repo,
|
|
Comments.Comment,
|
|
Galleries.Gallery,
|
|
Posts.Post,
|
|
Images.Image,
|
|
Topics.Topic,
|
|
Tags.Tag,
|
|
Users.User
|
|
}
|
|
|
|
import Ecto.Query
|
|
import Ecto.Changeset
|