Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 19, 2015
1 parent b30b929 commit 854b4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/message.rb
Expand Up @@ -48,7 +48,7 @@ def set_receiver
end

def send_notification
Notifier.message_notification(id).deliver_later if receiver.try(:email).present?
Notifier.message_notification(id).deliver if receiver.try(:email).present?
end

def read
Expand Down

0 comments on commit 854b4c7

Please sign in to comment.