class HumanAttributes::Error::RequiredAttributeType

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/human_attributes/errors.rb, line 35
def initialize
  super("type is required")
end