1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Rewording

This commit is contained in:
Oge Nnadi 2011-04-11 12:54:46 -07:00
parent c59456a1d9
commit a43abfafd2

View file

@ -8,7 +8,7 @@ module ActiveModel
# Provides a way to track changes in your object in the same way as # Provides a way to track changes in your object in the same way as
# Active Record does. # Active Record does.
# #
# The requirements to implement ActiveModel::Dirty are to: # The requirements for implementing ActiveModel::Dirty are:
# #
# * <tt>include ActiveModel::Dirty</tt> in your object # * <tt>include ActiveModel::Dirty</tt> in your object
# * Call <tt>define_attribute_methods</tt> passing each method you want to # * Call <tt>define_attribute_methods</tt> passing each method you want to