We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fa82e commit 5422fe2Copy full SHA for 5422fe2
config/application.rb
@@ -11,6 +11,8 @@ class Application < Rails::Application
11
# Initialize configuration defaults for originally generated Rails version.
12
config.load_defaults 7.1
13
14
+ config.action_view.button_to_generates_button_tag = false
15
+
16
I18n.enforce_available_locales = true
17
18
config.generators do |g|
0 commit comments