module Hashie::Extensions::IgnoreUndeclared

def property_exists?(property)

def property_exists?(property)
  self.class.property?(property)
end