class HumanAttributes::Error::InvalidHumanizeConfig

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/human_attributes/errors.rb, line 10
def initialize
  super("humanize options needs to be a Hash")
end