- Timestamp:
- 12/05/07 18:54:41 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/attribute_methods.rb
r7827 r8301 80 80 end 81 81 82 # Check to see if the method is defined in the model or any of it 's subclasses that also derive from ActiveRecord.82 # Check to see if the method is defined in the model or any of its subclasses that also derive from ActiveRecord. 83 83 # Raise DangerousAttributeError if the method is defined by ActiveRecord though. 84 84 def instance_method_already_implemented?(method_name)