In Files

Parent

Methods

Hostess

Public Instance Methods

serve() click to toggle source
# File lib/hostess.rb, line 4
def serve
  send_file(File.expand_path(File.join(Geminabox.data, *request.path_info)), :type => response['Content-Type'])
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.