Add SDG content section

This commit is contained in:
Javi Martín
2020-11-11 13:16:37 +01:00
parent 2b6c9914dd
commit a42cb050a7
21 changed files with 166 additions and 1 deletions

View File

@@ -42,6 +42,6 @@ module AdminHelper
private
def namespace
controller.class.name.downcase.split("::").first
controller.class.name.split("::").first.underscore
end
end