Skip to content

Instantly share code, notes, and snippets.

@donrestarone
Created December 23, 2020 23:21
Show Gist options
  • Save donrestarone/ddf76cac7feb8343ef074df6a5dd4519 to your computer and use it in GitHub Desktop.
Save donrestarone/ddf76cac7feb8343ef074df6a5dd4519 to your computer and use it in GitHub Desktop.
view function to avoid missing view error in phoenix
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