Render SDG content sidebar when sdg feature setting is enabled

This commit is contained in:
taitus
2020-11-11 19:46:06 +01:00
committed by Javi Martín
parent 72e64bd543
commit cb63185837
4 changed files with 37 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
class SDGManagement::BaseController < ApplicationController
include FeatureFlags
feature_flag :sdg
layout "admin"
before_action :authenticate_user!