type fixed

This commit is contained in:
Santiago Pastorino 2010-08-22 19:59:36 -03:00
parent c0549ed2e5
commit 9992a1a4bf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module ActiveModel
# include ActiveModel::Validations::Callbacks
#
# before_validation :do_stuff_before_validation
# after_validation :do_tuff_after_validation
# after_validation :do_stuff_after_validation
# end
#
# Like other before_* callbacks if <tt>before_validation</tt> returns false