Commit b6d6663e0e793b2a47f8a25215334f77e2b80baf

Authored by Robert Speicher
1 parent b62d6a1f

Fix the remaining actions in RefsController

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/controllers/refs_controller.rb
@@ -69,6 +69,6 @@ class RefsController < ApplicationController @@ -69,6 +69,6 @@ class RefsController < ApplicationController
69 end 69 end
70 70
71 def ref 71 def ref
72 - @ref = params[:ref] 72 + @ref = params[:id] || params[:ref]
73 end 73 end
74 end 74 end