From ec4d407d4f0c696a8ee7faae03f0c5d260c2b3ee Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Sun, 8 Apr 2007 18:29:57 +0000 Subject: add #view_paths attr_accessor for ActionView::Base git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6509 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb index 584839a22e..95dc135d60 100644 --- a/actionpack/lib/action_view/base.rb +++ b/actionpack/lib/action_view/base.rb @@ -156,7 +156,7 @@ module ActionView #:nodoc: attr_accessor :base_path, :assigns, :template_extension attr_accessor :controller - attr_reader :logger, :response, :headers + attr_reader :logger, :response, :headers, :view_paths attr_internal :cookies, :flash, :headers, :params, :request, :response, :session # Specify trim mode for the ERB compiler. Defaults to '-'. -- cgit v1.2.3