Skip to content

Commit a9ce12c

Browse files
committed
Comment out no-longer required options set by Rails 5.1 Upgrade in 2017:
cf. https://github.com/coderdojo-japan/coderdojo.jp/blame/main/config/initializers/new_framework_defaults_5_1.rb
1 parent d4baa5f commit a9ce12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/new_framework_defaults_5_1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
88

99
# Make `form_with` generate non-remote forms.
10-
Rails.application.config.action_view.form_with_generates_remote_forms = false
10+
#Rails.application.config.action_view.form_with_generates_remote_forms = false
1111

1212
# Unknown asset fallback will return the path passed in when the given
1313
# asset is not present in the asset pipeline.

0 commit comments

Comments
 (0)