summaryrefslogtreecommitdiff
path: root/app/controllers/projects/application_controller.rb
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-03-24 19:12:28 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-03-24 19:12:28 +0400
commit7d2fbe6bd880b001857a373500e4fae31d43060a (patch)
treedc4789ae249951407ad349ab8a3ceacfcf0e866c /app/controllers/projects/application_controller.rb
parent617239000762a01c57b35cbb699f155622ae921a (diff)
downloadgitlab-ce-7d2fbe6bd880b001857a373500e4fae31d43060a.tar.gz
Project Snippets now part of project
Diffstat (limited to 'app/controllers/projects/application_controller.rb')
-rw-r--r--app/controllers/projects/application_controller.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/projects/application_controller.rb b/app/controllers/projects/application_controller.rb
index 49e514a228e..86e4a7cbd6b 100644
--- a/app/controllers/projects/application_controller.rb
+++ b/app/controllers/projects/application_controller.rb
@@ -1,3 +1,4 @@
class Projects::ApplicationController < ApplicationController
-
+ before_filter :project
+ before_filter :repository
end