aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/helpers.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-05-11 10:22:07 -0700
committerYehuda Katz <wycats@gmail.com>2009-05-11 10:22:07 -0700
commit030dfe3f831aacd60bbfa525dfac4cd5921b6530 (patch)
tree8fff567e61c778b13e3c180b883696a61309774f /actionpack/lib/action_controller/abstract/helpers.rb
parent9047c9809deeb1aaa3735472287265720e5cd37f (diff)
downloadrails-030dfe3f831aacd60bbfa525dfac4cd5921b6530.tar.gz
rails-030dfe3f831aacd60bbfa525dfac4cd5921b6530.tar.bz2
rails-030dfe3f831aacd60bbfa525dfac4cd5921b6530.zip
More community code review :)
Diffstat (limited to 'actionpack/lib/action_controller/abstract/helpers.rb')
-rw-r--r--actionpack/lib/action_controller/abstract/helpers.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/actionpack/lib/action_controller/abstract/helpers.rb b/actionpack/lib/action_controller/abstract/helpers.rb
index 1f0b38417b..370e3a79ee 100644
--- a/actionpack/lib/action_controller/abstract/helpers.rb
+++ b/actionpack/lib/action_controller/abstract/helpers.rb
@@ -6,14 +6,7 @@ module AbstractController
extlib_inheritable_accessor :master_helper_module
self.master_helper_module = Module.new
end
-
- # def self.included(klass)
- # klass.class_eval do
- # extlib_inheritable_accessor :master_helper_module
- # self.master_helper_module = Module.new
- # end
- # end
-
+
def _action_view
@_action_view ||= begin
av = super