lib/ramaze/helper/file.rb in ramaze-0.1.2 vs lib/ramaze/helper/file.rb in ramaze-0.1.3

- old
+ new

@@ -1,8 +1,11 @@ # Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. module Ramaze + + # Helper for quickly push out files with the proper mimetype. + module FileHelper private # Sets Content-Type to the mimetype of the file and opens the file you pass # it, then throws :respond to finish off the request.