public
Description: rails plugin that enables inheritance of views along a controller class heirachy
Homepage: http://ianwhite.github.com/inherit_views
Clone URL: git://github.com/ianwhite/inherit_views.git
MInor docfix
ianwhite (author)
Wed May 21 16:10:49 -0700 2008
commit  36669d40ecebc2f11152e7489341039da8213943
tree    f7cd424e4fc35172d02c402bb02c08a1a71ffb14
parent  13d1690c7f25615306563b388e2c05a93fb399f1
...
80
81
82
83
84
85
86
87
...
80
81
82
 
 
83
84
85
0
@@ -80,8 +80,6 @@ module Ardes#:nodoc:
0
         def self.extended(base)
0
           base.class_eval do
0
             # BC: Rails > 2.0.2 introduces template.finder, so we handle both cases
0
-            # Unfortunately this reduces coverage, by necessity only one of these branches can
0
-            # be covered in one test run.  No biggie.
0
             if defined?(::ActionView::TemplateFinder)
0
               def self.file_exists_in_template?(template, path)
0
                 template.finder.file_exists?(path)

Comments