mirror of
https://github.com/kikobar/mastodon.git
synced 2025-01-12 08:04:24 +00:00
10 lines
174 B
Ruby
10 lines
174 B
Ruby
Nokogiri::XML::Builder.new do |xml|
|
|
entry(xml, true) do
|
|
author(xml) do
|
|
include_author xml, @entry.account
|
|
end
|
|
|
|
include_entry xml, @entry
|
|
end
|
|
end.to_xml
|