Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 508

Show
Ignore:
Timestamp:
01/25/05 18:05:22 (4 years ago)
Author:
david
Message:

Comply to the new dependency reload system

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/helpers.rb

    r290 r508  
    9797          begin 
    9898            child.helper(child.controller_name) 
    99           rescue LoadError, StandardError 
     99          rescue Object 
    100100            # No default helper available for this controller 
    101101          end