summaryrefslogtreecommitdiff
path: root/lib/aggiedit/rooms
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-06 18:17:27 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-06 18:17:27 -0600
commited22eb20f9f320d5ded4951c16fbb867b6883ce1 (patch)
treea881af22341fe6f4fe51a120f3c1a2bbb47ca742 /lib/aggiedit/rooms
parent61c2c9370a0e0139bdb9cab1de64723d60b2682c (diff)
downloadaggiedit-ed22eb20f9f320d5ded4951c16fbb867b6883ce1.tar.gz
aggiedit-ed22eb20f9f320d5ded4951c16fbb867b6883ce1.zip
Add uploads; next up - user authentication on post
Diffstat (limited to 'lib/aggiedit/rooms')
-rw-r--r--lib/aggiedit/rooms/post.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/aggiedit/rooms/post.ex b/lib/aggiedit/rooms/post.ex
index ee9450d..2156fae 100644
--- a/lib/aggiedit/rooms/post.ex
+++ b/lib/aggiedit/rooms/post.ex
@@ -1,6 +1,7 @@
defmodule Aggiedit.Rooms.Post do
use Ecto.Schema
import Ecto.Changeset
+ alias Aggiedit.Repo
schema "posts" do
field :body, :string