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 :Translation
autoload :AssetPaths
autoload :ViewPaths
autoload :UrlFor
end

View File

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

View File

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