aboutsummaryrefslogtreecommitdiff
path: root/src/guff/handler.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/handler.cr')
-rw-r--r--src/guff/handler.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff/handler.cr b/src/guff/handler.cr
index 125e7e7..ce225eb 100644
--- a/src/guff/handler.cr
+++ b/src/guff/handler.cr
@@ -4,7 +4,7 @@ module Guff
class Handler < ::HTTP::Handler
getter :model
- def initialize(@model : Model)
+ def initialize(@models : Models)
end
def call(context : HTTP::Server::Context)