Move view_paths from AP to AV

This commit is contained in:
Łukasz Strzałkowski 2013-06-25 14:58:29 +02:00
parent 539180cf8e
commit 1b446d06dd
6 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,5 @@ module AbstractController
autoload :Rendering autoload :Rendering
autoload :Translation autoload :Translation
autoload :AssetPaths autoload :AssetPaths
autoload :ViewPaths
autoload :UrlFor autoload :UrlFor
end end

View File

@ -38,6 +38,7 @@ module ActionView
autoload :RecordIdentifier autoload :RecordIdentifier
autoload :RoutingUrlFor autoload :RoutingUrlFor
autoload :Template autoload :Template
autoload :ViewPaths
autoload_under "renderer" do autoload_under "renderer" do
autoload :Renderer autoload :Renderer

View File

@ -1,6 +1,6 @@
require 'action_view/base' require 'action_view/base'
module AbstractController module ActionView
module ViewPaths module ViewPaths
extend ActiveSupport::Concern extend ActiveSupport::Concern