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.
This commit is contained in:
parent
29db8efaa4
commit
a37c679400
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module ApplicationHelper
|
|||
"Never"
|
||||
end
|
||||
|
||||
def grouped_options_refs(destination = :tree)
|
||||
def grouped_options_refs
|
||||
repository = @project.repository
|
||||
|
||||
options = [
|
||||
|
|
Loading…
Reference in a new issue