Fix the remaining actions in RefsController

This commit is contained in:
Robert Speicher
2012-09-26 16:32:25 -04:00
parent b62d6a1fe2
commit b6d6663e0e
+1 -1
View File
@@ -69,6 +69,6 @@ class RefsController < ApplicationController
end
def ref
@ref = params[:ref]
@ref = params[:id] || params[:ref]
end
end