mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Story#105314040 In admin contacts show all domains. Roles are missing
This commit is contained in:
parent
dc6b9ac924
commit
af4e609a6d
3 changed files with 30 additions and 5 deletions
|
@ -45,7 +45,7 @@ class Admin::ContactsController < AdminController
|
|||
private
|
||||
|
||||
def set_contact
|
||||
@contact = Contact.includes(domains: :registrar).find(params[:id])
|
||||
@contact = Contact.find(params[:id])
|
||||
end
|
||||
|
||||
def contact_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue