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:41:07 -0400
committerGitHub <noreply@github.com>2017-04-07 22:41:07 -0400
commit9edee2e64f30667e6f848bb7e27adb82cf1f91cd (patch)
tree1eb422e98bd7aefb687fd9d0938c669e7e6783f8 /app/controllers/stream_entries_controller.rb
parent30619a67168c0f021d37daa5d717e7a508cafd49 (diff)
parentd7e1a282fe95fe04e918f52bdd476dedc6e97d01 (diff)
Merge branch 'master' into patch-1
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