6 lines
114 B
Ruby
6 lines
114 B
Ruby
class Legislation::BaseController < ApplicationController
|
|
include FeatureFlags
|
|
|
|
feature_flag :legislation
|
|
end
|