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

Changeset 8401

Show
Ignore:
Timestamp:
12/15/07 02:28:06 (10 months ago)
Author:
bitsweat
Message:

Remove missing default helper warnings

Files:

Legend:

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

    r8019 r8401  
    178178        rescue MissingSourceFile => e 
    179179          raise unless e.is_missing? module_path 
    180           logger.debug("#{name}: missing default helper path #{module_path}") if logger 
    181180        rescue NameError => e 
    182181          raise unless e.missing_name? module_name 
    183           logger.debug("#{name}: missing default helper module #{module_name}") if logger 
    184182        end 
    185183