79642463

Date: 2025-05-28 14:46:11
Score: 0.5
Natty:
Report link

You can also enable it for a single form via html and novalidate: false attribute:

= simple_form_for offer,
  url: '/any-url',
  method: :post,
  html: { novalidate: false } do |f|
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rya brody