Fix the remaining actions in RefsController
This commit is contained in:
parent
b62d6a1fe2
commit
b6d6663e0e
1 changed files with 1 additions and 1 deletions
|
@ -69,6 +69,6 @@ class RefsController < ApplicationController
|
|||
end
|
||||
|
||||
def ref
|
||||
@ref = params[:ref]
|
||||
@ref = params[:id] || params[:ref]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue