Fix Refs#switch
This commit is contained in:
parent
33126227af
commit
95f0a41141
1 changed files with 4 additions and 4 deletions
|
@ -69,6 +69,6 @@ class RefsController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def ref
|
def ref
|
||||||
@ref = params[:id]
|
@ref = params[:ref]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue