updates method name to be more accurate

This commit is contained in:
rgarcia
2016-03-28 18:43:56 +02:00
parent 381b66abdb
commit cfe7593288
4 changed files with 8 additions and 8 deletions

View File

@@ -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