Split helpers.cr into helpers/macros.cr and helpers/helpers.cr

This commit is contained in:
Sdogruyol 2016-07-10 13:03:09 +03:00
parent daac09a859
commit f3175bdb72
3 changed files with 42 additions and 42 deletions

View file

@ -1,4 +1,5 @@
require "./kemal/*"
require "./kemal/helpers/*"
require "./kemal/middleware/*"
module Kemal