mirror of https://github.com/rails/rails
Move view_paths from AP to AV
This commit is contained in:
parent
539180cf8e
commit
1b446d06dd
|
@ -16,6 +16,5 @@ module AbstractController
|
|||
autoload :Rendering
|
||||
autoload :Translation
|
||||
autoload :AssetPaths
|
||||
autoload :ViewPaths
|
||||
autoload :UrlFor
|
||||
end
|
||||
|
|
|
@ -38,6 +38,7 @@ module ActionView
|
|||
autoload :RecordIdentifier
|
||||
autoload :RoutingUrlFor
|
||||
autoload :Template
|
||||
autoload :ViewPaths
|
||||
|
||||
autoload_under "renderer" do
|
||||
autoload :Renderer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'action_view/base'
|
||||
|
||||
module AbstractController
|
||||
module ActionView
|
||||
module ViewPaths
|
||||
extend ActiveSupport::Concern
|
||||
|
Loading…
Reference in New Issue