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:
parent
d8458df97f
commit
5b36015830
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module ActiveModel
|
module ActiveModel
|
||||||
module Validations
|
module Validations
|
||||||
module HelperMethods
|
module HelperMethods # :nodoc:
|
||||||
private
|
private
|
||||||
def _merge_attributes(attr_names)
|
def _merge_attributes(attr_names)
|
||||||
options = attr_names.extract_options!.symbolize_keys
|
options = attr_names.extract_options!.symbolize_keys
|
||||||
|
|
Loading…
Reference in a new issue