mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
add #view_paths attr_accessor for ActionView::Base
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6509 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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 '-'.
|
||||
|
||||
Reference in New Issue
Block a user