Fixed example in docs

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@893 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-03-13 15:35:49 +00:00
parent 1d4e86b0b9
commit fba2421c79
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ module ActiveRecord
# record.credit_card_number = decrypt(record.credit_card_number)
# end
#
# alias_method :after_initialize, :after_save
# alias_method :after_find, :after_save
#
# private
# def encrypt(value)