class Geminabox::Hostess
Public Instance Methods
serve()
click to toggle source
# 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