Move file_upload to namespace

This commit is contained in:
Sdogruyol 2017-02-13 22:57:58 +03:00
parent e4e71541e7
commit c6ff2c5d2e

View file

@ -1,4 +1,5 @@
# :nodoc:
module Kemal
struct FileUpload
getter tmpfile : Tempfile
getter tmpfile_path : String
@ -10,3 +11,4 @@ struct FileUpload
@filename = @meta.filename.not_nil!
end
end
end