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

Changeset 4140

Show
Ignore:
Timestamp:
04/03/06 05:30:43 (3 years ago)
Author:
ulysses
Message:

Abort broken tighter resolution suppression. Closes #4431

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/lib/active_record/base.rb

    r4129 r4140  
    12431243            instance_eval(modularized_name) 
    12441244          rescue NameError => e 
    1245             first_module = modularized_name.split("::").first 
    1246             raise unless e.to_s.include? first_module 
    12471245            instance_eval(type_name) 
    12481246          end