Sha256: 377eab0f432d2d5726ee94a3885411d0ee85a87204110e4d006814d54db77d68
Contents?: true
Size: 411 Bytes
Versions: 21
Compression:
Stored size: 411 Bytes
Contents
xm.item do suffix = xm.title h("#{topic.name} (started by #{topic.reader.name})") xm.description truncate_words(topic.posts.first.body, 64) xm.pubDate topic.created_at.to_s(:rfc822) xm.guid [ActionController::Base.session_options[:session_key], topic.forum_id.to_s, topic.id.to_s].join(":"), "isPermaLink" => "false" xm.author h(topic.reader.name) xm.link forum_topic_url(topic.forum, topic) end
Version data entries
21 entries across 21 versions & 1 rubygems