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
made _pick_template etc private
ianwhite (author)
Sat Sep 20 22:12:16 -0700 2008
commit  2c3e0de0cf8c8b53bf8730d76ce75aac1bd07322
tree    16146e24f8f9bc1b6d695ec8bec48159f56c791a
parent  fef6180fa01d55a291c5d5be0b1ff85a3879101f
...
98
99
100
 
101
102
103
...
98
99
100
101
102
103
104
0
@@ -98,6 +98,7 @@ module Ardes#:nodoc:
0
     module ActionView
0
       def self.included(base)# :nodoc:
0
         base.class_eval do
0
+        private
0
           alias_method :_orig_pick_template, :_pick_template
0
           
0
           def _pick_template(template_path)

Comments