Commit a37c67940092d6d5ca82a12be76d4264034ccc6d
1 parent
29db8efa
Exists in
spb-stable
and in
3 other branches
Remove arguments from grouped_options_refs
Must have been left over from a previous revision, but the argument wasn't used anywhere in the method.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
| @@ -89,7 +89,7 @@ module ApplicationHelper | @@ -89,7 +89,7 @@ module ApplicationHelper | ||
| 89 | "Never" | 89 | "Never" |
| 90 | end | 90 | end |
| 91 | 91 | ||
| 92 | - def grouped_options_refs(destination = :tree) | 92 | + def grouped_options_refs |
| 93 | repository = @project.repository | 93 | repository = @project.repository |
| 94 | 94 | ||
| 95 | options = [ | 95 | options = [ |