gitlab-org--gitlab-foss/app/controllers/explore/application_controller.rb

6 lines
144 B
Ruby

class Explore::ApplicationController < ApplicationController
skip_before_action :authenticate_user!, :reject_blocked!
layout 'explore'
end