These methods are not necessary since we changed the `namespace` helper
method in commit 13b3d9ceb.
6 lines
121 B
Ruby
6 lines
121 B
Ruby
class Admin::Legislation::BaseController < Admin::BaseController
|
|
include FeatureFlags
|
|
|
|
feature_flag :legislation
|
|
end
|