class ActiveFedora::Base

def modified_date

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