This commit is contained in:
Martin Lensment 2014-09-15 16:54:25 +03:00
parent a9ee1cdad1
commit 76d397465e
2 changed files with 12 additions and 8 deletions

View file

@ -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])