Add feature flag exception for the module polls
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
class PollsController < ApplicationController
|
||||
include FeatureFlags
|
||||
include PollsHelper
|
||||
|
||||
feature_flag :polls
|
||||
|
||||
before_action :load_poll, except: [:index]
|
||||
before_action :load_active_poll, only: :index
|
||||
|
||||
|
||||
Reference in New Issue
Block a user