6 7 8
# File 'lib/geminabox/hostess.rb', line 6 def serve send_file(File.expand_path(File.join(Server.data, *request.path_info)), :type => response['Content-Type']) end