tog-desert 0.3.5 → 0.3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
module ActionView #:nodoc:
|
|
2
2
|
class TemplateFinder #:nodoc:
|
|
3
|
-
def initialize_with_desert_plugins(*
|
|
4
|
-
|
|
3
|
+
def initialize_with_desert_plugins(base, *paths)
|
|
4
|
+
self.class.process_view_paths(*paths)
|
|
5
|
+
initialize_without_desert_plugins base, *paths
|
|
5
6
|
|
|
6
7
|
Desert::Manager.plugins.reverse.each do |plugin|
|
|
7
8
|
append_view_path plugin.templates_path
|