We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a99b81e + 07d9933 commit 82d9585Copy full SHA for 82d9585
actionview/lib/action_view/helpers/atom_feed_helper.rb
@@ -64,7 +64,7 @@ module AtomFeedHelper
64
# 'xmlns:openSearch' => 'http://a9.com/-/spec/opensearch/1.1/'}) do |feed|
65
# feed.title("My great blog!")
66
# feed.updated((@posts.first.created_at))
67
- # feed.tag!(openSearch:totalResults, 10)
+ # feed.tag!('openSearch:totalResults', 10)
68
#
69
# @posts.each do |post|
70
# feed.entry(post) do |entry|
0 commit comments