Class: FormKeeper::Constraint::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/formkeeper.rb

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