Open
Description
Similar to #1216 which was closed
Environment
- Ruby 2.7.3
- Rails 6.1.3.2
- Simple Form 5.1.0
Current behavior
rails generate simple_form:install
Creates config/initializers/simple_form.rb
where line 130 is:
config.browser_validations = false
Expected behavior
The README.md says that it is true by default
https://github.com/heartcombo/simple_form/blame/master/README.md#L1111-L1113
Should the generator not create it as true
if the readme says true
is the default?
Metadata
Assignees
Labels
No labels
Activity