From b1395163fa45ed788af4d2d003c1dd49846d86ee Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 6 Mar 2016 17:29:50 -0500 Subject: add model mapper and stub post and tag models --- src/guff/api-content-type.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guff/api-content-type.cr') diff --git a/src/guff/api-content-type.cr b/src/guff/api-content-type.cr index 9b6c74a..d6e1f83 100644 --- a/src/guff/api-content-type.cr +++ b/src/guff/api-content-type.cr @@ -6,7 +6,7 @@ module Guff } private def get_content_type - CONTENT_TYPES[@model.config["environment"]] + CONTENT_TYPES[@models.config["environment"]] end end end -- cgit v1.2.3