Module: Reform::Contract::ValidatesWarning

Included in:
Reform::Contract
Defined in:
lib/reform/contract.rb

Instance Method Summary collapse

Instance Method Details

#validatesObject



48
49
50
# File 'lib/reform/contract.rb', line 48

def validates(*)
  raise "[Reform] Please include either Reform::Form::ActiveModel::Validations or Reform::Form::Lotus in your form class."
end