class HumanAttributes::Error::NotEnumerizeAttribute

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/human_attributes/errors.rb, line 16
def initialize
  super("needs to be an Enumerize::Value object")
end