aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorMehmet Emin İNAÇ <mehmetemininac@gmail.com>2015-06-22 20:06:42 +0300
committerMehmet Emin İNAÇ <mehmetemininac@gmail.com>2015-06-22 20:06:42 +0300
commit5b36015830fcd8233aac60af5cc9a9492ea12012 (patch)
treec88a44b696b3b1f1ca881a0704100af6fcacef68 /activemodel
parentd8458df97f76477c8623c05c5ff3954017218815 (diff)
downloadrails-5b36015830fcd8233aac60af5cc9a9492ea12012.tar.gz
rails-5b36015830fcd8233aac60af5cc9a9492ea12012.tar.bz2
rails-5b36015830fcd8233aac60af5cc9a9492ea12012.zip
Add nodoc to the Validations::Helpers [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/validations/helper_methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validations/helper_methods.rb b/activemodel/lib/active_model/validations/helper_methods.rb
index 5a22b699d8..2176115334 100644
--- a/activemodel/lib/active_model/validations/helper_methods.rb
+++ b/activemodel/lib/active_model/validations/helper_methods.rb
@@ -1,6 +1,6 @@
module ActiveModel
module Validations
- module HelperMethods
+ module HelperMethods # :nodoc:
private
def _merge_attributes(attr_names)
options = attr_names.extract_options!.symbolize_keys