Dont repeat the same checks from doing, make it clearer where the difference is
This commit is contained in:
@@ -29,7 +29,7 @@ module Card::Engageable
|
||||
end
|
||||
|
||||
def considering?
|
||||
active? && published? && !doing?
|
||||
active? && published? && engagement.blank?
|
||||
end
|
||||
|
||||
def engage
|
||||
|
||||
Reference in New Issue
Block a user