From 7370a285c5196ee14082c786486fa9e721436be0 Mon Sep 17 00:00:00 2001 From: Carlos Purificacao Date: Wed, 1 Jul 2015 19:39:46 -0300 Subject: [PATCH] Implemented the administrator task notification option - removed debug --- app/models/task.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/models/task.rb b/app/models/task.rb index 8ec4b33..df05957 100644 --- a/app/models/task.rb +++ b/app/models/task.rb @@ -57,7 +57,6 @@ class Task < ActiveRecord::Base end after_create do |task| - binding.pry unless task.status == Task::Status::HIDDEN begin task.send(:send_notification, :created) -- libgit2 0.21.2