Sha256: 62f6ac33c4efa16319336855fa0287433b453e75f7ced7d2f0ea9feba5d67a8a
Contents?: true
Size: 321 Bytes
Versions: 106
Compression:
Stored size: 321 Bytes
Contents
xml.instruct! :xml, :version => "1.0" xml.rss :version => "2.0" do xml.channel do xml.title @post.the_title xml.description @post.the_excerpt xml.pubDate @post.the_created_at xml.upDate @post.the_updated_at xml.link @post.the_url xml.guid @post.the_id xml.thumb @post.the_thumb_url end end
Version data entries
106 entries across 106 versions & 2 rubygems