Commit b6d6663e authored by Robert Speicher's avatar Robert Speicher

Fix the remaining actions in RefsController

parent b62d6a1f
......@@ -69,6 +69,6 @@ class RefsController < ApplicationController
end
def ref
@ref = params[:ref]
@ref = params[:id] || params[:ref]
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment