From d7ec763c7ce069824aad24a6bd0d845ee74ed10d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Sep 2009 16:01:41 +0200 Subject: added public rss controller plus template to render the latest 20 updates into a neat little atom feed --- config/initializers/xmlparser.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/initializers/xmlparser.rb') diff --git a/config/initializers/xmlparser.rb b/config/initializers/xmlparser.rb index ba8660a..9c3f1c8 100644 --- a/config/initializers/xmlparser.rb +++ b/config/initializers/xmlparser.rb @@ -3,4 +3,12 @@ class XML::Node self.next = other remove! end +end + +module Builder + class XmlBase + def _escape(text) + text + end + end end \ No newline at end of file -- cgit v1.3