Class: FormKeeper::Constraint::Base
- Inherits:
-
Object
- Object
- FormKeeper::Constraint::Base
- Defined in:
- lib/formkeeper.rb
Direct Known Subclasses
Alnum, AlnumSpace, Alpha, AlphaSpace, Ascii, AsciiSpace, ByteSize, Custom, Email, Int, Length, Regexp, URI, Uint
Instance Method Summary collapse
Instance Method Details
#validate(value, arg) ⇒ Object
86 87 88 |
# File 'lib/formkeeper.rb', line 86 def validate(value, arg) return true end |