admin a11y polish

This commit is contained in:
Mark Moser
2017-05-01 16:17:41 -05:00
parent 9368184aa8
commit b961fe7553
8 changed files with 23 additions and 14 deletions

View File

@ -28,7 +28,8 @@ class Candidate < ApplicationRecord
def interview?
return 'yes' if approved?
'no' if declined?
return 'no' if declined?
'-'
end
def build_reviews