DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / controllers / repositories / application_controller.rb
1234567
# frozen_string_literal: true module Repositories class ApplicationController < ::ApplicationController skip_before_action :authenticate_user! end end