philomena/.iex.exs

4 lines
129 B
Elixir
Raw Normal View History

2019-11-11 18:54:20 -05:00
alias Philomena.{Repo, Comments.Comment, Posts.Post, Images.Image, Tags.Tag, Users.User}
2019-11-13 11:28:02 -05:00
import Ecto.Query
2019-11-16 18:42:41 -05:00
import Ecto.Changeset