minor change to ensure current instance session id is used
This commit is contained in:
parent
79507f5f06
commit
cce2ce2ffc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue