Method: Elastictastic::Validations::ClassMethods#embed
- Defined in:
- lib/elastictastic/validations.rb
#embed(*embed_names) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/elastictastic/validations.rb', line 10 def (*) super . args = + [{ :nested => true }] validates(*args) end |