Fix Example in active model attribute methods

This commit is contained in:
Nick Rowe 2012-10-02 15:18:08 -07:00
parent a7244caf0e
commit 1c02b98864
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
#