mirror of https://github.com/rails/rails
Revert "Fix Example in active model attribute methods"
This reverts commit 1c02b98864
.
This commit is contained in:
parent
d5802adf83
commit
43f32f2f5d
|
@ -33,7 +33,7 @@ module ActiveModel
|
|||
# attribute_method_affix prefix: 'reset_', suffix: '_to_default!'
|
||||
# attribute_method_suffix '_contrived?'
|
||||
# attribute_method_prefix 'clear_'
|
||||
# define_attribute_methods [:name]
|
||||
# define_attribute_methods :name
|
||||
#
|
||||
# attr_accessor :name
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue