about summary refs log tree commit diff
path: root/app/views/atom/entry.xml.ruby
blob: e0e089f46e2ff3ddae256f2d13ef60c9e6000a41 (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, @entry.account
    end

    include_entry xml, @entry
  end
end.to_xml