elixir-cldr / cldr_routes

Localised routes and path helpers for Phoenix applications
Other
14 stars 6 forks source link

Fix typos for `use MyApp.Cldr.Routes` #2

Closed rubas closed 2 years ago

rubas commented 2 years ago

It's use MyApp.Cldr.Routes not use MyApp.Cldr.Route or use MyApp.Cldr.Router.

--

Thanks for the library and adding liveview 👍 . We are testing it right now ...

rubas commented 2 years ago

I see you changed this recently but with 0.2 and 0.3-dev, I'll get an error using Cldr.Route instead of Routes.

lib/myapp_web/router.ex:2: module Myapp.Cldr.Route is not loaded and could not be found