1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #20061 from ankit8898/atomfeed-example-update

Example updated [ci skip]
This commit is contained in:
Rafael Mendonça França 2015-05-07 15:58:56 -03:00
commit 0a5a6c0c36

View file

@ -16,7 +16,7 @@ module ActionView
# end
#
# app/controllers/posts_controller.rb:
# class PostsController < ApplicationController::Base
# class PostsController < ApplicationController
# # GET /posts.html
# # GET /posts.atom
# def index