aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/with.rb
diff options
context:
space:
mode:
authorBryan Woods <bryanwoods4e@gmail.com>2010-06-15 15:18:43 -0400
committerBryan Woods <bryanwoods4e@gmail.com>2010-06-15 15:18:43 -0400
commit74b4d3f5219c401be755c61c83e57e4f0ff550e4 (patch)
tree32df1dd9f1f1bc7a2302e94d49166ea6ede9982c /activemodel/lib/active_model/validations/with.rb
parent33b46079bc34e19c4de66963317edafb6ff2c0b5 (diff)
parentc86915450af4ee800ca3eba474fe6d01c865c4c3 (diff)
downloadrails-74b4d3f5219c401be755c61c83e57e4f0ff550e4.tar.gz
rails-74b4d3f5219c401be755c61c83e57e4f0ff550e4.tar.bz2
rails-74b4d3f5219c401be755c61c83e57e4f0ff550e4.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activemodel/lib/active_model/validations/with.rb')
-rw-r--r--activemodel/lib/active_model/validations/with.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/validations/with.rb b/activemodel/lib/active_model/validations/with.rb
index 6dbde5bfad..a2e870d714 100644
--- a/activemodel/lib/active_model/validations/with.rb
+++ b/activemodel/lib/active_model/validations/with.rb
@@ -1,4 +1,6 @@
module ActiveModel
+
+ # == Active Model validates_with method
module Validations
module HelperMethods
private