Revert "Fix Example in active model attribute methods"

This reverts commit 1c02b98864.
This commit is contained in:
Vijay Dev 2012-10-11 00:43:52 +05:30
parent d5802adf83
commit 43f32f2f5d
1 changed files with 1 additions and 1 deletions

View File

@ -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
#