Fix Refs#switch

This commit is contained in:
Robert Speicher 2012-09-25 19:17:54 -04:00
parent 33126227af
commit 95f0a41141

View file

@ -69,6 +69,6 @@ class RefsController < ApplicationController
end
def ref
@ref = params[:id]
@ref = params[:ref]
end
end