Update show.atom.builder

This commit is contained in:
Minenash
2017-12-10 12:59:13 -05:00
committed by GitHub
parent 9ec0a40027
commit 39fdd402f0

View File

@@ -1,5 +1,5 @@
atom_feed do |feed|
feed.title "Latest threads in " + @forum.name
feed.title @forum.name + "'s Latest threads"
feed.updated Time.now
@threads.limit(10).each do |thread|