diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-03-10 00:22:20 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-03-10 00:22:20 -0500 |
commit | f2691054f86ad45e90eb8473569def04ae3d95cd (patch) | |
tree | a347ba1972c4797f54988e4a3bdeae5dfa0583d1 /src/guff/post.cr | |
parent | 9f8c1fce2c94c9fb040586740e28b3e83a3cc41f (diff) | |
download | old-guff-f2691054f86ad45e90eb8473569def04ae3d95cd.tar.bz2 old-guff-f2691054f86ad45e90eb8473569def04ae3d95cd.zip |
add blog test page
Diffstat (limited to 'src/guff/post.cr')
-rw-r--r-- | src/guff/post.cr | 2 |
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 |