Skip to content
Snippets Groups Projects
Verified Commit 617ac8ab authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix invalid hash_for_ usage

parent afcfe599
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@
disabled: f.object.host.operatingsystem.nil? || f.object.host.operatingsystem.family != 'Windows',
help_inline: :indicator,
required: true,
onchange: 'wds_server_selected(this);', :'data-url' => hash_for_wds_server_selected_hosts_path, :'data-type' => controller_name.singularize } %>
onchange: 'wds_server_selected(this);', :'data-url' => wds_server_selected_hosts_path, :'data-type' => controller_name.singularize } %>
<% end %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment