Clearer name

This commit is contained in:
Kevin McConnell
2025-02-12 13:28:47 +00:00
parent 6b457fc26f
commit 2b7074f24d
+2 -2
View File
@@ -20,8 +20,8 @@ module Bubble::Poppable
end
end
def update_auto_pop_at(timestamp)
update!(auto_pop_at: timestamp + AUTO_POP_AFTER)
def update_auto_pop_at(last_activity)
update!(auto_pop_at: last_activity + AUTO_POP_AFTER)
end
def popped?