public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/jdelStrother/rails.git
Comply to the new dependency reload system

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@508 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Tue Jan 25 10:05:22 -0800 2005
commit  20b14e0d3809d9af8e53dcf598a74362adbd7439
tree    4a372c07c703f353cec402891ac4399c340fc8fe
parent  ee662e9768f3682389daaa54d38c3e46cdcd4408
...
96
97
98
99
 
100
101
102
...
96
97
98
 
99
100
101
102
0
@@ -96,7 +96,7 @@ module ActionController #:nodoc:
0
           inherited_without_helper(child)
0
           begin
0
             child.helper(child.controller_name)
0
- rescue LoadError, StandardError
0
+ rescue Object
0
             # No default helper available for this controller
0
           end
0
         end

Comments

    No one has commented yet.