Closed everhusk closed 8 years ago
If
alias PhoenixTrello.{Repo,User}
is split up into
alias PhoenixTrello.Repo alias PhoenixTrello.User
then it works
From Elixir v1.2 it is possible to alias, import or require multiple modules at once. So your Elixir version must be 1.2 or more. Refer to Multi alias/import/require/use
Yeah, you're totally right. The project is assuming that you have Elixir 1.2 installed. I'll add it in the readme file :) Thanks!
Keep getting this error when running locally (Phoenix v1.1.2):