Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xml.atom.builder « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ee09cb87a1674d8e543dec20f9caee9650b8274 (plain)
1
2
3
4
xml.instruct!
xml.feed 'xmlns' => 'http://www.w3.org/2005/Atom', 'xmlns:media' => 'http://search.yahoo.com/mrss/' do
  xml << yield
end