aligns document verification with Madrid
This commit is contained in:
@@ -32,7 +32,7 @@ class Verification::Management::Document
|
|||||||
end
|
end
|
||||||
|
|
||||||
def under_sixteen?(response)
|
def under_sixteen?(response)
|
||||||
16.years.ago < response.date_of_birth
|
16.years.ago.beginning_of_day < response.date_of_birth.beginning_of_day
|
||||||
end
|
end
|
||||||
|
|
||||||
def verified?
|
def verified?
|
||||||
|
|||||||
Reference in New Issue
Block a user