aboutsummaryrefslogtreecommitdiff
path: root/src/guff/post-model.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/post-model.cr')
-rw-r--r--src/guff/post-model.cr4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/guff/post-model.cr b/src/guff/post-model.cr
new file mode 100644
index 0000000..20ccf22
--- /dev/null
+++ b/src/guff/post-model.cr
@@ -0,0 +1,4 @@
+module Guff
+ class PostModel < Model
+ end
+end