Add empty SDG index
This commit is contained in:
9
app/controllers/sdg/goals_controller.rb
Normal file
9
app/controllers/sdg/goals_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class SDG::GoalsController < ApplicationController
|
||||
include FeatureFlags
|
||||
feature_flag :sdg
|
||||
load_and_authorize_resource
|
||||
|
||||
def index
|
||||
@goals = @goals.order(:code)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user