about summary refs log tree commit diff
path: root/app/views/stream_entries/show.atom.ruby
blob: a298f3269c5c7e7bcd59b6489b2811ec7662c3f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
Nokogiri::XML::Builder.new do |xml|
  entry(xml, true) do
    author(xml) do
      include_author xml, @stream_entry.account
    end

    include_entry xml, @stream_entry
  end
end.to_xml