diff options
author | Ankit Gupta <ankit.gupta8898@gmail.com> | 2015-05-07 14:53:28 -0400 |
---|---|---|
committer | Ankit Gupta <ankit.gupta8898@gmail.com> | 2015-05-07 14:53:56 -0400 |
commit | 37f4b9419085b29d9b14f0e9727926fcfbe5b5c4 (patch) | |
tree | f0fb1a2649185d29b67b8d95269aec675ea624e9 /actionview | |
parent | 64ed04ee78bd8d08bd91e997a0b93172be9d9f35 (diff) | |
download | rails-37f4b9419085b29d9b14f0e9727926fcfbe5b5c4.tar.gz rails-37f4b9419085b29d9b14f0e9727926fcfbe5b5c4.tar.bz2 rails-37f4b9419085b29d9b14f0e9727926fcfbe5b5c4.zip |
Example updated [ci skip]
Should be ApplicationController not ApplicationController::Base
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/atom_feed_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/atom_feed_helper.rb b/actionview/lib/action_view/helpers/atom_feed_helper.rb index d8be4e5678..111cd82ef6 100644 --- a/actionview/lib/action_view/helpers/atom_feed_helper.rb +++ b/actionview/lib/action_view/helpers/atom_feed_helper.rb @@ -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 |