Commit a37c67940092d6d5ca82a12be76d4264034ccc6d

Authored by Robert Speicher
1 parent 29db8efa

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 89 "Never"
90 90 end
91 91  
92   - def grouped_options_refs(destination = :tree)
  92 + def grouped_options_refs
93 93 repository = @project.repository
94 94  
95 95 options = [
... ...