wording of message
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@132 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
a6554335c1
commit
6e61ebc2de
|
@ -3,7 +3,7 @@ xml.rss(:version=>"2.0"){
|
|||
xml.channel{
|
||||
xml.title("BarleySodas Newest Beers")
|
||||
xml.link(beers_url)
|
||||
xml.description("The newest experience points added into BarleySodas.")
|
||||
xml.description("The newest beers added into BarleySodas.")
|
||||
xml.lastBuildDate((@beers.first.created_at.strftime("%a, %d %b %Y %H:%M:%S %z") rescue nil))
|
||||
xml.language('en-us')
|
||||
for beer in @beers
|
||||
|
@ -17,4 +17,4 @@ xml.rss(:version=>"2.0"){
|
|||
end
|
||||
end
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue