class HumanAttributes::Error::InvalidAttributeOptions
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/human_attributes/errors.rb, line 41 def initialize super("options needs to be a Hash") end