Module: ActiveModel::Validations::HelperMethods
- Defined in:
- lib/validates_xml.rb
Instance Method Summary collapse
Instance Method Details
#validates_xml(*attr_names) ⇒ Object
40 41 42 |
# File 'lib/validates_xml.rb', line 40 def validates_xml(*attr_names) validates_with XmlFormatValidator, _merge_attributes(attr_names) end |