Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
12/05/07 18:54:41 (1 year ago)
Author:
david
Message:

Fix typos (closes #10378)

Files:

Legend:

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

    r7827 r8301  
    8080      end 
    8181 
    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. 
    8383      # Raise DangerousAttributeError if the method is defined by ActiveRecord though. 
    8484      def instance_method_already_implemented?(method_name)