Class: FormKeeper::CombinationConstraint::Base

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

Direct Known Subclasses

Any, Date, DateTime, Same, Time

Instance Method Summary collapse

Instance Method Details

#validate(values, arg) ⇒ Object



314
315
316
# File 'lib/formkeeper.rb', line 314

def validate(values, arg)
  return true
end