refactors method to keep consistency in sync

This commit is contained in:
Juanjo Bazán
2015-09-12 14:29:26 +02:00
parent 22e8d615aa
commit d11a6a039a
2 changed files with 2 additions and 3 deletions

View File

@@ -41,8 +41,7 @@ module Verification
end
def unverified?
!level_two_verified? && !level_three_verified?
!level_two_or_three_verified?
end
end