diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-13 22:29:26 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-13 22:29:26 +0530 |
commit | e0efe48c45cb02494b88636a4eefc6b37e419101 (patch) | |
tree | 60834e6da2cf4f0620ce1be1222db8fa11e18bcb /activemodel | |
parent | 2591cc66924d3e625ed0dc755751ac0f7c1db2d3 (diff) | |
parent | 30122307a1fe6645d6a75dedceca40a440f2f969 (diff) | |
download | rails-e0efe48c45cb02494b88636a4eefc6b37e419101.tar.gz rails-e0efe48c45cb02494b88636a4eefc6b37e419101.tar.bz2 rails-e0efe48c45cb02494b88636a4eefc6b37e419101.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/validations/validates.rb | 2 |
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. |