@@ -198,7 +198,7 class RepositoriesController < ApplicationController | |||||
198 |
|
198 | |||
199 | private |
|
199 | private | |
200 |
|
200 | |||
201 |
REV_PARAM_RE = %r{ |
|
201 | REV_PARAM_RE = %r{\A[a-f0-9]*\Z}i | |
202 |
|
202 | |||
203 | def find_repository |
|
203 | def find_repository | |
204 | @project = Project.find(params[:id]) |
|
204 | @project = Project.find(params[:id]) |
General Comments 0
You need to be logged in to leave comments.
Login now