We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b210c commit 36bdb99Copy full SHA for 36bdb99
README.md
@@ -125,6 +125,13 @@ end
125
Note that if you use Phoenix version 1.7 you also need to manually add the use of phoenix views in your project.
126
Follow the instructions at https://hexdocs.pm/phoenix_view/Phoenix.View.html
127
128
+You will also need to change `helpers: false` to `true` as shown in example below.
129
+```elixir
130
+ def router do
131
+ quote do
132
+ use Phoenix.Router, helpers: true
133
+```
134
+
135
## Customizations
136
137
### Configurations
0 commit comments