Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed May 28, 2024
1 parent 8eb63e4 commit dd78beb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/dotcom_web/controllers/tracker_controller.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
defmodule DotcomWeb.TrackerController do
@moduledoc """
Along with tracker.js, this controller logs the path and session_id of the user.
It allows us to see what pages are being visited in a session.
"""

use DotcomWeb, :controller

require Logger
Expand Down

0 comments on commit dd78beb

Please sign in to comment.