Module: Id::FormBackwardsCompatibility

Defined in:
lib/id/form_backwards_compatibility.rb

Instance Method Summary collapse

Instance Method Details

#form(&block) ⇒ Object



2
3
4
5
# File 'lib/id/form_backwards_compatibility.rb', line 2

def form(&block)
  warn '[DEPRECATION] form is no longer needed - validation can be specified at the top level of the model'
  form_class.send :instance_exec, &block
end