aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/helpers/newapplication_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/newapplication_helper.rb b/app/helpers/newapplication_helper.rb
index 0311019cd..f8628d000 100644
--- a/app/helpers/newapplication_helper.rb
+++ b/app/helpers/newapplication_helper.rb
@@ -151,7 +151,7 @@ module NewapplicationHelper
end
# Actions on select toolbox
- def select_toolbox collection, actions
+ def select_toolbox actions
tools = content_tag :ul do
actions.collect do |action|