Skip to content

Commit

Permalink
Add missing assign
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanbush committed Nov 1, 2020
1 parent 582d8c0 commit 548f4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/curious_messenger_web/controllers/page_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ defmodule CuriousMessengerWeb.PageController do

plug CuriousMessengerWeb.AssignUser, preload: :conversations
plug :assign_contacts
plug :assign_new_conversation_changeset

def index(conn, opts \\ []) do
render(conn, "index.html")
Expand Down

0 comments on commit 548f4fc

Please sign in to comment.