mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fixes a typo reported by rymai
This commit is contained in:
@@ -40,7 +40,7 @@ module ActiveModel
|
||||
# validates :email, :presence => true, :email => true
|
||||
# end
|
||||
#
|
||||
# Validator classes my also exist within the class being validated
|
||||
# Validator classes may also exist within the class being validated
|
||||
# allowing custom modules of validators to be included as needed e.g.
|
||||
#
|
||||
# class Film
|
||||
|
||||
Reference in New Issue
Block a user