about summary refs log tree commit diff
path: root/app/controllers/stream_entries_controller.rb
diff options
context:
space:
mode:
authorfoxiehkins <foxiehkins@gmail.com>2017-04-07 14:01:20 +0100
committerGitHub <noreply@github.com>2017-04-07 14:01:20 +0100
commit41396de7a90f23dd0afe1afa3dab1be43b7b6ecd (patch)
tree5cacec3a442a671990f972196fa90c90903e83cf /app/controllers/stream_entries_controller.rb
parentac1989d2c07b707699641987d62697103698393c (diff)
parent4e41cd9ab8f51120d558b70528b163c98993be53 (diff)
Merge branch 'master' into master
Diffstat (limited to 'app/controllers/stream_entries_controller.rb')
-rw-r--r--app/controllers/stream_entries_controller.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/controllers/stream_entries_controller.rb b/app/controllers/stream_entries_controller.rb
index de38b3602..469a8c33e 100644
--- a/app/controllers/stream_entries_controller.rb
+++ b/app/controllers/stream_entries_controller.rb
@@ -19,7 +19,9 @@ class StreamEntriesController < ApplicationController
         end
       end
 
-      format.atom
+      format.atom do
+        render xml: AtomSerializer.render(AtomSerializer.new.entry(@stream_entry, true))
+      end
     end
   end