| Module | ActiveRecord::Validations |
| In: |
lib/live_validations.rb
|
| 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 |