@ -10,7 +10,7 @@ module Storage
def get_file(filename)
path = Rails.root.join("tmp/storage", filename)
File.open(path, "r")
File.open(path, "r").read
end
def get_file_io(filename)