Skip to content
Snippets Groups Projects
Unverified Commit 47293419 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix missing authentication call in filters controller (#12746)

parent 83deae5b
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
class FiltersController < ApplicationController
include Authorization
layout 'admin'
before_action :authenticate_user!
before_action :set_filters, only: :index
before_action :set_filter, only: [:edit, :update, :destroy]
before_action :set_body_classes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment