Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10729: fix_atom_feed_helper_rdoc_r8584.diff

File fix_atom_feed_helper_rdoc_r8584.diff, 0.5 kB (added by xaviershay, 7 months ago)
  • lib/action_view/helpers/atom_feed_helper.rb

    old new  
    2626      #     end 
    2727      # 
    2828      #   app/views/posts/index.atom.builder: 
    29       #     atom_feed(:tag_uri => "2008") do |feed| 
     29      #     atom_feed(:schema_date => "2008") do |feed| 
    3030      #       feed.title("My great blog!") 
    3131      #       feed.updated((@posts.first.created_at)) 
    3232      #