Phoenix 1.3.0-rc function MyApp.Router.Helpers.admin_path/3 is undefined
升级后ex_admin的所有路由都不起作用。
答案 0 :(得分:2)
https://github.com/smpallen99/ex_admin/issues/321
调整您的配置,路径在utils.ex中进行连接。 这对其他图书馆也有帮助。
配置/ config.exs
config :ex_admin,
repo: MyApp.Repo,
module: MyApp.Web