Commit 0efce78d authored by Doug Stull's avatar Doug Stull Committed by Dmitriy Zaporozhets

Resolve kwargs in namespaces_helper.rb

parent 1a50cb13
......@@ -53,7 +53,7 @@ module NamespacesHelper
selected = options.delete(:selected) || :current_user
options[:groups] = current_user.manageable_groups_with_routes(include_groups_with_developer_maintainer_access: true)
namespaces_options(selected, options)
namespaces_options(selected, **options)
end
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment