Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

ALL_RANGE_OPTIONS = [ :is, :within, :in, :minimum, :maximum ].freeze

ALL_NUMERICALITY_CHECKS = { :greater_than => '>', :greater_than_or_equal_to => '>=', :equal_to => '==', :less_than => '<', :less_than_or_equal_to => '<=', :odd => 'odd?', :even => 'even?' }.freeze

DEFAULT_VALIDATION_OPTIONS = { :on => :save, :allow_nil => false, :allow_blank => false, :message => nil }.freeze

Attributes

Show files where this module is defined (11 files)
Register or log in to add new notes.