updates method name to be more accurate
This commit is contained in:
@@ -68,7 +68,7 @@ class SpendingProposal < ActiveRecord::Base
|
||||
end
|
||||
end
|
||||
|
||||
def marked_as_unfeasible?
|
||||
def unfeasible_email_pending?
|
||||
unfeasible_email_sent_at.blank? && unfeasible? && valuation_finished?
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user