Module: Reform::Contract::ValidatesWarning
- Included in:
- Reform::Contract
- Defined in:
- lib/reform/contract.rb
Instance Method Summary collapse
Instance Method Details
#validates ⇒ Object
46 47 48 |
# File 'lib/reform/contract.rb', line 46 def validates(*) raise "[Reform] Please include either Reform::Form::ActiveModel::Validations or Reform::Form::Lotus in your form class." end |