Flowdock

No documentation

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

Constants

RESERVED_OPTIONS = [:minimum, :maximum, :within, :is, :too_short, :too_long]

CHECKS = { is: :==, minimum: :>=, maximum: :<= }.freeze

MESSAGES = { is: :wrong_length, minimum: :too_short, maximum: :too_long }.freeze

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.