소스 검색

Fix missing authentication call in filters controller (#12746)

master^2
Eugen Rochko 4 년 전
committed by GitHub
부모
커밋
4729341903
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      app/controllers/filters_controller.rb

+ 1
- 2
app/controllers/filters_controller.rb 파일 보기

@@ -1,10 +1,9 @@
# 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


불러오는 중...
취소
저장