This commit is contained in:
albert
2013-03-29 15:37:28 -04:00
parent 6ba0f23542
commit 541dabaaf6
22 changed files with 106 additions and 15 deletions

View File

@@ -23,6 +23,9 @@ class WikiPagesController < ApplicationController
redirect_to(wiki_page_path(@wiki_pages.first))
end
end
format.xml do
render :xml => @wiki_pages.to_xml(:root => "wiki-pages")
end
end
end