aboutsummaryrefslogtreecommitdiff
path: root/src/guff/post-model.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-03-06 17:31:44 -0500
committerPaul Duncan <pabs@pablotron.org>2016-03-06 17:31:44 -0500
commit5771ff1b239f8452a718cebcc2cf8ae49a93b3a9 (patch)
treefba4a73d7021c24137dda3bbb360efc5f6067ab7 /src/guff/post-model.cr
parentb1395163fa45ed788af4d2d003c1dd49846d86ee (diff)
downloadold-guff-5771ff1b239f8452a718cebcc2cf8ae49a93b3a9.tar.bz2
old-guff-5771ff1b239f8452a718cebcc2cf8ae49a93b3a9.zip
add stub post and tag models
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