You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://hexdocs.pm/phoenix/testing_controllers.html#the-index-action
says It gets all posts and renders the "index.html" template. The template can be found in lib/hello_web/templates/page/index.html.heex.
Expected behavior
This file now resides in lib/hello_web/post_html/
The text was updated successfully, but these errors were encountered:
Environment
Actual behavior
https://hexdocs.pm/phoenix/testing_controllers.html#the-index-action
says
It gets all posts and renders the "index.html" template. The template can be found in lib/hello_web/templates/page/index.html.heex.
Expected behavior
This file now resides in
lib/hello_web/post_html/
The text was updated successfully, but these errors were encountered: