class ActiveFedora::Fedora

def root_resource_path

Remove a leading slash from the base_path
def root_resource_path
  @root_resource_path ||= base_path.sub(SLASH, BLANK)
end