summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-06 12:36:46 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-09 10:10:41 -0500
commit8b4e9720d948d0f0fe61ba7344158560e639393f (patch)
tree933c37ed98f5f505054c1f5a27c484ac4e386e95 /config
parent30e022a2feec7450c4173038d3fdfef0d6242953 (diff)
downloadgitlab-ce-8b4e9720d948d0f0fe61ba7344158560e639393f.tar.gz
Extract events rendering to own action.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f5951bf3e8d..3f6561a1fe0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -352,6 +352,7 @@ Rails.application.routes.draw do
get :issues
get :merge_requests
get :projects
+ get :events
end
scope module: :groups do