minor change to ensure current instance session id is used

This commit is contained in:
Brian Smith 2015-02-01 17:15:01 -05:00
parent 79507f5f06
commit cce2ce2ffc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module JamRuby
# remove all notifications related to this session if it's not found
if session.nil?
Notification.delete_all "(session_id = '#{session_id}')"
Notification.delete_all "(session_id = '#{self.session_id}')"
end
end