Skip to content

Commit

Permalink
Merge branch 'hotfix/remove_send_mail'
Browse files Browse the repository at this point in the history
* hotfix/remove_send_mail:
  remove sending email
  • Loading branch information
kalashnikovisme committed Jun 24, 2015
2 parents 27649d7 + 0ac1259 commit 6a095f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/web/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def create
else
if @user_form.save
#TODO replace to observers
send_notification @user_form.model, @user_form.model, :after_create
#send_notification @user_form.model, @user_form.model, :after_create

sign_in @user_form.model
redirect_to account_path
Expand Down

0 comments on commit 6a095f5

Please sign in to comment.