enable uploads

This commit is contained in:
albert
2013-02-17 21:39:15 -05:00
parent eb1ba8f708
commit eb5e526678
10 changed files with 0 additions and 15 deletions

View File

@@ -23,9 +23,6 @@ class UploadsController < ApplicationController
end
def create
render :nothing => true
return
@upload = Upload.create(params[:upload].merge(:server => Socket.gethostname))
@upload.delay.process!
respond_with(@upload)