mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 11:49:40 +02:00
Domain editing for client
This commit is contained in:
parent
ef0eb7cbc6
commit
92984e19dd
29 changed files with 358 additions and 54 deletions
7
app/controllers/client/contacts_controller.rb
Normal file
7
app/controllers/client/contacts_controller.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class Client::ContactsController < ClientController
|
||||
|
||||
# TODO: Add Registrar to Contacts and search only contacts that belong to this domain
|
||||
def search
|
||||
render json: Contact.search_by_query(params[:q])
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue