Sha256: ab26cc2fecae936a7237d4082c8fd5fde5c74831654fc09b68de8b64fac9f5d4
Contents?: true
Size: 375 Bytes
Versions: 13
Compression:
Stored size: 375 Bytes
Contents
xml.channel do xml.atom :link, nil, { :href => formatted_posts_url(:rss), :rel => 'self', :type => 'application/rss+xml' } xml.title "#{@site_title} : Latest posts" xml.description "Latest posts in any topic or forum" xml.link posts_url xml.language "en-us" xml.ttl "60" render :partial => "post", :collection => @posts, :locals => {:xm => xml} end
Version data entries
13 entries across 13 versions & 1 rubygems