"M".freeze
"F".freeze
[MALE, FEMALE].freeze
19 20 21 22 23
# File 'app/models/cats/core/beneficiary.rb', line 19 def validate_fdp return unless fdp errors.add(:fdp, "should be a valid distribution point.") unless fdp.location_type == Location::FDP end