mirror of https://github.com/rails/rails
Documentation fix: adding missing equal sign in code sample for ActiveModel::Dirty.
This commit is contained in:
parent
01c2a989f1
commit
9714d866f5
|
@ -29,7 +29,7 @@ module ActiveModel
|
|||
#
|
||||
# include ActiveModel::Dirty
|
||||
#
|
||||
# define_attribute_methods [:name]
|
||||
# define_attribute_methods = [:name]
|
||||
#
|
||||
# def name
|
||||
# @name
|
||||
|
|
Loading…
Reference in New Issue