1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add nodoc to the Validations::Helpers [ci skip]

This commit is contained in:
Mehmet Emin İNAÇ 2015-06-22 20:06:42 +03:00
parent d8458df97f
commit 5b36015830

View file

@ -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