Remove archive controller action

This commit is contained in:
Luka Murn 2019-08-21 16:01:12 +02:00
parent 9ad2490285
commit 701bdbd294

View file

@ -81,10 +81,6 @@ class ProjectsController < ApplicationController
end
end
def archive
index
end
def new
@project = Project.new
end