Sha256: e1b0000fef76c5e1fe58396dd788a298e8c0424c0682834e48a8e0ff7ebc971d
Contents?: true
Size: 391 Bytes
Versions: 8
Compression:
Stored size: 391 Bytes
Contents
xml.channel do xml.atom :link, nil, { :href => formatted_topics_url(:rss), :rel => 'self', :type => 'application/rss+xml' } xml.title "#{@site_title} : #{t('latest_topics')}" xml.description t("latest_topics_description") xml.link topics_url xml.language I18n.locale.to_s xml.ttl "60" render :partial => "topic", :collection => @topics, :locals => {:xm => xml} end
Version data entries
8 entries across 8 versions & 1 rubygems