We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While compiling ex_admin i get the following error:
ex_admin
lib/ex_admin/utils.ex:6: module Ecto.DateTime.Utils is not loaded and could not be found
phoenix: 1.3.0 ecto 3.0.0-dev phoenix_ecto: 3.3 postgrex: 0.14.0-dev
I'm using :ex_admin, "~> 0.9.0-dev", github: "smpallen99/ex_admin", branch: "phx-1.3" to install ex_admin.
:ex_admin, "~> 0.9.0-dev", github: "smpallen99/ex_admin", branch: "phx-1.3"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While compiling
ex_admin
i get the following error:phoenix: 1.3.0
ecto 3.0.0-dev
phoenix_ecto: 3.3
postgrex: 0.14.0-dev
I'm using
:ex_admin, "~> 0.9.0-dev", github: "smpallen99/ex_admin", branch: "phx-1.3"
to install ex_admin.The text was updated successfully, but these errors were encountered: