mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Removed redundant controllers
This commit is contained in:
parent
f6b9de0272
commit
dea02eeba9
2 changed files with 0 additions and 12 deletions
|
@ -1,6 +0,0 @@
|
|||
class Admin::ContactHistoriesController < AdminController
|
||||
def index
|
||||
@q = ContactVersion.deleted.search(params[:q])
|
||||
@contacts = @q.result.page(params[:page])
|
||||
end
|
||||
end
|
|
@ -1,6 +0,0 @@
|
|||
class Admin::DomainHistoriesController < AdminController
|
||||
def index
|
||||
@q = DomainVersion.deleted.search(params[:q])
|
||||
@domains = @q.result.page(params[:page])
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue