def bookmark
    pipeline = Pipeline.find params[:id]
    not_found unless pipeline
    unauthorized unless pipeline.shared
    unauthorized if current_user.is_guest?