philomena/.iex.exs

3 lines
128 B
Elixir
Raw Normal View History

2019-11-12 00:54:20 +01:00
alias Philomena.{Repo, Comments.Comment, Posts.Post, Images.Image, Tags.Tag, Users.User}
2019-11-13 17:28:02 +01:00
import Ecto.Query
import Ecto.Changeset