module ActiveFedora::Persistence

def update(attributes)

Pushes the object and all of its new or dirty attached files into Fedora
def update(attributes)
  self.attributes=attributes
  save
end