# File lib/enumerated_attribute/attribute/class_methods.rb, line 27 def enumerated_attribute_allows_nil?(name) (descriptor = self.enumerated_attributes[name.to_sym]) && descriptor.allows_nil? end