aboutsummaryrefslogtreecommitdiff
path: root/src/guff/post.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/post.cr')
-rw-r--r--src/guff/post.cr2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guff/post.cr b/src/guff/post.cr
index 3a63163..5aa7170 100644
--- a/src/guff/post.cr
+++ b/src/guff/post.cr
@@ -2,6 +2,8 @@ require "html"
require "ecr/macros"
class Guff::Post
+ getter :row
+
def initialize(@row : Hash(String, ::SQLite3::Value))
end