module ActiveUtils::Validateable

def initialize(attributes = {})

def initialize(attributes = {})
  self.attributes = attributes
end