mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Refactor
This commit is contained in:
parent
a9ee1cdad1
commit
76d397465e
2 changed files with 12 additions and 8 deletions
|
@ -2,9 +2,7 @@ class Admin::TechContactsController < ApplicationController
|
|||
before_action :set_domain
|
||||
before_action :set_contact, only: [:destroy]
|
||||
|
||||
def new
|
||||
|
||||
end
|
||||
def new; end
|
||||
|
||||
def create
|
||||
contact = Contact.find_by(id: params[:tech_contact_id])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue