Dont repeat the same checks from doing, make it clearer where the difference is

This commit is contained in:
David Heinemeier Hansson
2025-04-15 15:55:29 +02:00
parent 93178636cd
commit a6a96fd5c8
+1 -1
View File
@@ -29,7 +29,7 @@ module Card::Engageable
end
def considering?
active? && published? && !doing?
active? && published? && engagement.blank?
end
def engage