class ActiveFedora::Base

def create_date

return the create_date of the inner object (unless it's a new object)
def create_date
  @inner_object.create_date unless new_object?
end