mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Comply to the new dependency reload system
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@508 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
ee662e9768
commit
20b14e0d38
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ module ActionController #:nodoc:
|
||||||
inherited_without_helper(child)
|
inherited_without_helper(child)
|
||||||
begin
|
begin
|
||||||
child.helper(child.controller_name)
|
child.helper(child.controller_name)
|
||||||
rescue LoadError, StandardError
|
rescue Object
|
||||||
# No default helper available for this controller
|
# No default helper available for this controller
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue