Welcome to mirror list, hosted at ThFree Co, Russian Federation.

application_controller.rb « explore « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 461fc059a3c1ac62db1cb575e23c9607a7e8d95c (plain)
1
2
3
4
5
class Explore::ApplicationController < ApplicationController
  skip_before_action :authenticate_user!, :reject_blocked

  layout 'explore'
end