diff --git a/app/helpers/alchemy/admin/elements_helper.rb b/app/helpers/alchemy/admin/elements_helper.rb index 7c43670868..3a8173f506 100644 --- a/app/helpers/alchemy/admin/elements_helper.rb +++ b/app/helpers/alchemy/admin/elements_helper.rb @@ -18,7 +18,7 @@ def elements_for_select(elements) Element.display_name_for(e["name"]), e["name"] ] - end + end.sort end end end