Fix the remaining actions in RefsController

This commit is contained in:
Robert Speicher 2012-09-25 23:34:52 -04:00
parent b62d6a1fe2
commit b6d6663e0e

View file

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