1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-13 22:29:00 +09:00
whippy-edition/app/views/stream_entries/show.atom.ruby

10 lines
174 B
Plaintext
Raw Normal View History

2016-02-23 03:11:07 +09:00
Nokogiri::XML::Builder.new do |xml|
entry(xml, true) do
author(xml) do
include_author xml, @entry.account
2016-02-23 03:11:07 +09:00
end
include_entry xml, @entry
2016-02-23 03:11:07 +09:00
end
end.to_xml