diff options
author | Tieu-Philippe KHIM <khim.tieu.philippe@gmail.com> | 2017-06-12 19:21:13 +0200 |
---|---|---|
committer | Tieu-Philippe KHIM <khim.tieu.philippe@gmail.com> | 2017-06-12 19:21:13 +0200 |
commit | 3c1700cde65ef8a410c2c2a9f44727613d3ef9ff (patch) | |
tree | 658c251d7b9b7f957b8350db1ef442c883401ce1 /app/controllers/users_controller.rb | |
parent | b16730fc8317b282d5dc86dbc8936c74303f5a36 (diff) | |
download | gitlab-ce-3c1700cde65ef8a410c2c2a9f44727613d3ef9ff.tar.gz |
Refactor atom builder by using xml.atom layout
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r-- | app/controllers/users_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 19fc1e5de49..c211106fbaa 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -10,7 +10,7 @@ class UsersController < ApplicationController format.atom do load_events - render layout: false + render layout: 'xml.atom' end format.json do |