reform-rails
reform-rails copied to clipboard
Acceptance validation does not work on Rails 7
Run tests against RAILS_VERSION=7.0.0
validates :accept, acceptance: true
stops work correctly and fails
Do any other validations work for you?
All works correctly, just acceptance validations doesn't work, just like said I downloaded reform-rails
repo and run tests locally against Rails 7 which fails for acceptance validations 😞