aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/validates.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-13 22:29:26 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-13 22:29:26 +0530
commite0efe48c45cb02494b88636a4eefc6b37e419101 (patch)
tree60834e6da2cf4f0620ce1be1222db8fa11e18bcb /activemodel/lib/active_model/validations/validates.rb
parent2591cc66924d3e625ed0dc755751ac0f7c1db2d3 (diff)
parent30122307a1fe6645d6a75dedceca40a440f2f969 (diff)
downloadrails-e0efe48c45cb02494b88636a4eefc6b37e419101.tar.gz
rails-e0efe48c45cb02494b88636a4eefc6b37e419101.tar.bz2
rails-e0efe48c45cb02494b88636a4eefc6b37e419101.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activemodel/lib/active_model/validations/validates.rb')
-rw-r--r--activemodel/lib/active_model/validations/validates.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/validates.rb b/activemodel/lib/active_model/validations/validates.rb
index fbceb81e8f..8e09f6ac35 100644
--- a/activemodel/lib/active_model/validations/validates.rb
+++ b/activemodel/lib/active_model/validations/validates.rb
@@ -57,7 +57,7 @@ module ActiveModel
#
# Additionally validator classes may be in another namespace and still used within any class.
#
- # validates :name, :'file/title' => true
+ # validates :name, :'film/title' => true
#
# The validators hash can also handle regular expressions, ranges,
# arrays and strings in shortcut form, e.g.