about summary refs log tree commit diff
path: root/app/controllers/stream_entries_controller.rb
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:39:59 -0400
committerGitHub <noreply@github.com>2017-04-07 22:39:59 -0400
commitc890b86ef6843bb794d895121383e1dec9ce3256 (patch)
tree155cba19e20c12450930e3b2735034c08e1ed628 /app/controllers/stream_entries_controller.rb
parenteadac4e7f4ed44e868131f8b969a7f3dbc297e92 (diff)
parentceba26d5276b18d0de29fc989ef7c343e6a85962 (diff)
Merge branch 'master' into patch-2
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