mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Rewording
This commit is contained in:
parent
c59456a1d9
commit
a43abfafd2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue