Sha256: 92c1e9eb404f7249246c92f6b06ad8349e8c8a7e6d33c41c082df52545d47598
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
module XmlHelper def pub_date(time) time.rfc822 end def post_title(post) h(post.title) end def item_link(item) item.location(nil, false) end alias_method :post_link, :item_link alias_method :comment_link, :item_link alias_method :trackback_link, :item_link def blog_title this_blog.blog_name || "Unnamed blog" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typo-3.99.0 | app/helpers/xml_helper.rb |
typo-3.99.1 | app/helpers/xml_helper.rb |
typo-3.99.2 | app/helpers/xml_helper.rb |