tog-desert 0.3.5 → 0.3.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
1
  module ActionView #:nodoc:
2
2
  class TemplateFinder #:nodoc:
3
- def initialize_with_desert_plugins(*args)
4
- initialize_without_desert_plugins *args
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tog-desert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs