Added dummy package upload actions and routing

This commit is contained in:
Christoph Haas 2014-12-01 00:14:35 +01:00
parent 743579dc59
commit 2b32fe58e9
2 changed files with 9 additions and 1 deletions

View file

@ -50,4 +50,11 @@ class PackagesController < ApplicationController
def moderate
end
def upload
end
def upload_by_name
end
end