From f2691054f86ad45e90eb8473569def04ae3d95cd Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 10 Mar 2016 00:22:20 -0500 Subject: add blog test page --- src/guff/post.cr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guff/post.cr') 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 -- cgit v1.2.3