remove binding

parent 9738679a
Pipeline #957 failed with stages
in 0 seconds
......@@ -7,7 +7,6 @@ class UsersController < ApplicationController
def create
@email = User.new(email: params[:user][:email])
if @email.save
binding.pry
UserMailer.register_email(params[:user][:email]).deliver_later
redirect_to mail_register_path
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment