Created
December 23, 2020 23:21
-
-
Save donrestarone/ddf76cac7feb8343ef074df6a5dd4519 to your computer and use it in GitHub Desktop.
view function to avoid missing view error in phoenix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule WorkshopWeb.HomeView do | |
use WorkshopWeb, :view | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment