# File lib/dm-validations/required_field_validator.rb, line 45 def boolean_type?(property) property ? property.primitive == TrueClass : false end