admin a11y polish
This commit is contained in:
@ -28,7 +28,8 @@ class Candidate < ApplicationRecord
|
||||
|
||||
def interview?
|
||||
return 'yes' if approved?
|
||||
'no' if declined?
|
||||
return 'no' if declined?
|
||||
'-'
|
||||
end
|
||||
|
||||
def build_reviews
|
||||
|
Reference in New Issue
Block a user