Methods

Class/Module Index [+]

Quicksearch

DataMapper::Validations::AutoValidations::ModelExtension

Public Instance Methods

property(*) click to toggle source

@api private

# File lib/dm-validations/auto_validate.rb, line 10
def property(*)
  property = super
  AutoValidations.generate_for_property(property)
  # FIXME: explicit return needed for YARD to parse this properly
  return property
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.