Removed redundant controllers

This commit is contained in:
Andres Keskküla 2014-11-12 16:44:51 +02:00
parent f6b9de0272
commit dea02eeba9
2 changed files with 0 additions and 12 deletions

View file

@ -1,6 +0,0 @@
class Admin::ContactHistoriesController < AdminController
def index
@q = ContactVersion.deleted.search(params[:q])
@contacts = @q.result.page(params[:page])
end
end

View file

@ -1,6 +0,0 @@
class Admin::DomainHistoriesController < AdminController
def index
@q = DomainVersion.deleted.search(params[:q])
@domains = @q.result.page(params[:page])
end
end