Sun
Sep
9
Another Crazy Line
def assign_name
self.first = "Person::#{(traits_hash['gender'].name rescue 'male').upcase}_NAMES".constantize.random.downcase.en.proper_noun.strip
end