class WolfCore::DomainObject

def attributes=(attrs)

def attributes=(attrs)
  run_callbacks :attribute_change do
    super
  end
end