Sha256: a43ca73b2d9df3f3ec10327c891b774c12887d5ffe34a3e5e19b48f594e219e0
Contents?: true
Size: 243 Bytes
Versions: 1
Compression:
Stored size: 243 Bytes
Contents
Feed do posts do title "My RSS Feed" author "Lance Pollard" description "Something nice and tidy" Post.all.each do |a| entry "/posts/#{a.to_param}", :updated_at => a.updated_at, :title => a.title end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crawlable-0.0.1.8 | test/feeds.rb |