class ActiveFedora::Base

def new_object=(bool)

def new_object=(bool)
  @new_object = bool
  inner_object.new_object = bool
end