diff --git a/controllers/mpog_software_plugin_myprofile_controller.rb b/controllers/mpog_software_plugin_myprofile_controller.rb index ca34201..4ea9598 100644 --- a/controllers/mpog_software_plugin_myprofile_controller.rb +++ b/controllers/mpog_software_plugin_myprofile_controller.rb @@ -44,6 +44,7 @@ class MpogSoftwarePluginMyprofileController < MyProfileController @software_info = constroy_software software_info_insert_models.call(@list_libraries, 'libraries') software_info_insert_models.call(@list_languages, 'software_languages') + software_info_insert_models.call(@list_databases, 'software_databases') software_info_insert_models.call(@list_operating_systems, 'operating_systems') begin -- libgit2 0.21.2