Module ActiveRecord::Validations
In: lib/live_validations.rb

Classes and Modules

Module ActiveRecord::Validations::ClassMethods

Constants

LIVE_VALIDATIONS_OPTIONS = { :failureMessage => :message, :pattern => :with, :onlyInteger => :only_integer
VALIDATION_METHODS = { :presence => "Validate.Presence", :numericality => "Validate.Numericality", :format => "Validate.Format", :length => "Validate.Length", :acceptance => "Validate.Acceptance", :confirmation => "Validate.Confirmation"   more complicated mappings in map_configuration method

[Validate]