mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 02:03:36 +02:00
Removed pry
This commit is contained in:
parent
c644a297e1
commit
6f3d3c849a
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class Admin::ContactsController < ApplicationController
|
||||||
|
|
||||||
def create
|
def create
|
||||||
@contact = Contact.new(contact_params)
|
@contact = Contact.new(contact_params)
|
||||||
binding.pry
|
|
||||||
@contact.generate_code
|
@contact.generate_code
|
||||||
if @contact.save
|
if @contact.save
|
||||||
flash[:notice] = I18n.t('shared.contact_added')
|
flash[:notice] = I18n.t('shared.contact_added')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue