Commit 7370a285c5196ee14082c786486fa9e721436be0

Authored by Carlos Purificação
1 parent 3331bbc7

Implemented the administrator task notification option - removed debug

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/models/task.rb
... ... @@ -57,7 +57,6 @@ class Task < ActiveRecord::Base
57 57 end
58 58  
59 59 after_create do |task|
60   - binding.pry
61 60 unless task.status == Task::Status::HIDDEN
62 61 begin
63 62 task.send(:send_notification, :created)
... ...