mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Domain list for admin
This commit is contained in:
parent
238be6d59e
commit
8531e50474
11 changed files with 81 additions and 7 deletions
5
app/controllers/admin/domains_controller.rb
Normal file
5
app/controllers/admin/domains_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Admin::DomainsController < ApplicationController
|
||||
def index
|
||||
@domains = Domain.all
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue