# File lib/enumerated_attribute/attribute/attribute_descriptor.rb, line 18 def allows_value?(value) self.include?(value.to_sym) end