def urls
    ability = Ability.new(scope)
    urls = {}

    urls[:edit] = edit_vendor_path(object) if ability.can?(:update, object)