class Avo::ActionsComponent

def single_record_path(id)

def single_record_path(id)
  Avo::Services::URIService.parse(@resource.record_path)
    .append_paths("actions", id)
    .to_s
end