Add SDG content section
This commit is contained in:
5
app/controllers/sdg_management/goals_controller.rb
Normal file
5
app/controllers/sdg_management/goals_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class SDGManagement::GoalsController < SDGManagement::BaseController
|
||||
def index
|
||||
@goals = SDG::Goal.order(:code)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user