summaryrefslogtreecommitdiff
path: root/app/views/layouts/xml.atom.builder
blob: 7144b6305a2e4dcb88617c47816e09c11e430e1d (plain)
1
2
3
4
5
6
# frozen_string_literal: true

xml.instruct!
xml.feed 'xmlns' => 'http://www.w3.org/2005/Atom', 'xmlns:media' => 'http://search.yahoo.com/mrss/' do
  xml << yield
end