From 37f4b9419085b29d9b14f0e9727926fcfbe5b5c4 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Thu, 7 May 2015 14:53:28 -0400 Subject: Example updated [ci skip] Should be ApplicationController not ApplicationController::Base --- actionview/lib/action_view/helpers/atom_feed_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers/atom_feed_helper.rb') 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 -- cgit v1.2.3