mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
EPP transfer request improvements
This commit is contained in:
parent
2d2a12b7d0
commit
d5954239da
10 changed files with 56 additions and 5 deletions
|
@ -1,6 +1,10 @@
|
|||
class Admin::ContactsController < ApplicationController
|
||||
before_action :set_contact, only: [:show]
|
||||
|
||||
def new
|
||||
@contact = Contact.new
|
||||
end
|
||||
|
||||
def index
|
||||
@q = Contact.search(params[:q])
|
||||
@contacts = @q.result.page(params[:page])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue