Sha256: c90ff61e5de12ef7f03a230f21654d454ba48d0fdd3cb58099589cdbc1a36b6b
Contents?: true
Size: 395 Bytes
Versions: 9
Compression:
Stored size: 395 Bytes
Contents
xm.entry do xm.author { xm.name item.author } xm.id "urn:uuid:#{item.guid}" xm.published item.created_at.xmlschema xm.updated item.updated_at.xmlschema xm.title "Comment on #{item.article.title} by #{item.author}", "type"=>"html" xm.link "rel" => "alternate", "type" => "text/html", "href" => comment_link(item) content = item.full_html xm.content content, "type"=>"html" end
Version data entries
9 entries across 9 versions & 1 rubygems