CoherenceAssent v0.2.3 CoherenceAssent.Router View Source
Handles routing for CoherenceAssent.
Usage
Configure lib/my_project/web/router.ex
the following way:
defmodule MyProject.Router do
use MyProjectWeb, :router
use CoherenceAssent.Router
scope "/", MyProjectWeb do
pipe_through :browser
coherence_assent_routes
end
...
end
Link to this section Summary
Functions
CoherenceAssent router macro. Use this macro to define the CoherenceAssent routes